Page 1 of 1

Simple way to parse CSV

Posted: Sun Jul 29, 2007 5:33 pm
by GeXus
I have a very simple CSV file...

It's setup like this...

fieldone, fieldtwo
fieldthree, fieldfour


How would you parse this so you could ultimatly seperate the first column items from the second column items?

Posted: Sun Jul 29, 2007 5:42 pm
by alex.barylski
I would recommend my own CSV class...although it may be overkill for simple CSV handling.

viewtopic.php?t=47855