Ending my obsession with all things comma-delimited, I’ve deployed 1.0 final of opencsv to Sourceforge. This version adds the capability to supply custom separator and quote chars, and pretty much rounds out everything I want to do with CSV.
Read the quickstart, then grab the files from the download page.
Happy delimiting!
Thanks for publishing opencsv. I started using it today. It was very easy to use and parsed the file I had perfectly. Good work!
The file I am parsing has lots of newlines and “” escapes inside the CSV. I am really glad opencsv handled it correctly.
Thanks Greg. Glad it saved you some time (and glad that it handled your file!)