Donate Share

Java CSV Library

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

explaination of methods

You are viewing a single message from this topic. View all messages.

  1. 2009-09-08 14:43:02 UTC
    Are you using the constructor overload that allows you to specify the UTF8 Charset like in that example?

    CsvReader reader = new CsvReader(new InputStreamReader(new FileInputStream("temp.csv"), Charset.forName("UTF-8")));

    Can you provide a simple code example that's not working for you?
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.