| Author |
how to parse a csv file
|
kwame Iwegbue
Ranch Hand
Joined: Sep 02, 2000
Posts: 197
|
|
I'd like some help with parsing a csv file to put the info into a database. I have some crude way of doing this using StringTokenizer and then persisting the fragments one by one. I was wondering if there is a more elegant way to do this, since my technique might lead to corrupted data. Thanks.
|
Who dares, wins! (SAS motto)
|
 |
kwame Iwegbue
Ranch Hand
Joined: Sep 02, 2000
Posts: 197
|
|
I think I've found the solution. Someone had a similar issue on this forum, and they are using Ostermiller utils I'm going to give it a shot. [ August 22, 2007: Message edited by: kwame Iwegbue ]
|
 |
 |
|
|
subject: how to parse a csv file
|
|
|