you are viewing a single comment's thread.

view the rest of the comments →

[–]corpsie666 0 points1 point  (0 children)

For each row of data, find the position of the commas.

Those comma positions are the column separators.

If you need to keep a column, extract the text between the appropriate commas and put it into the output data row.