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?
Simple way to parse CSV
Moderator: General Moderators
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
I would recommend my own CSV class...although it may be overkill for simple CSV handling.
viewtopic.php?t=47855
viewtopic.php?t=47855