Re: how to read CSV file
"Tim Jowers" <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
That website is quite interesting...http://ostermiller.org/utils/CSV.html Basically says you can use the standard or the Microsoft [non]standard. Peculiar Microsoft chose to implement escape with double quotes instead of following the standard; so, .csv files created by Excel are non-standard CSV. That ought to be a real pain! TimJowers On Tue, Apr 29, 2008 at 8:54 AM, Hadrian Zbarcea <[email protected]> wrote: > I use commons-csv as well. Cheers, > Hadrian > > On Apr 28, 2008, at 10:14 PM, Grant Ingersoll wrote: > > > I've used http://commons.apache.org/sandbox/csv/ before successfully. > > > > Cheers, > > Grant > > > > On Apr 28, 2008, at 9:55 PM, Richard O. Hammer wrote: > > > >> What tool/api do you recommend for reading a CSV file into Java? > >> > >> Thank you, > >> Rich Hammer > >> > >> _______________________________________________ > >> Juglist mailing list > >> [email protected] > >> http://trijug.org/mailman/listinfo/juglist_trijug.org > > > > > > _______________________________________________ > > Juglist mailing list > > [email protected] > > http://trijug.org/mailman/listinfo/juglist_trijug.org > > > _______________________________________________ > Juglist mailing list > [email protected] > http://trijug.org/mailman/listinfo/juglist_trijug.org > _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org