Jeppe Fjord
unread,Sep 17, 2008, 6:35:50 AM9/17/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CSVChat
Hello,
I am using the java com.csvreader.CsvReader lib.
How do I read Outlook CSV files with double quotes, i.e.:
"Name","Company","Mobile Phone","E-mail"
CsvReader reader = new CsvReader( filename , ',',
java.nio.charset.Charset.forName("ISO-8859-1") );
...
Then how do I indicate that there is double quotes around (") each
fields?
Thanks in advance