Simple way to parse CSV
Posted: Sun Jul 29, 2007 5:33 pm
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?
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?