I have a Text file (.txt) that contains data strings using comma separated values, i.e
jordan,hello,12th Feb 15:23, pending
I would like to then pull this data into a HTML table with the ",' separating each column. For example the headings of the table would be:
Name Question Date Status
Thus Jordan would go in the name column and hello under question etc.
Currently I have output the full string but I need the individual elements.
Any advice would be appreciated.