There are many libraries for reading/writing/appending text from/into a csv file in java.
Which one is the most memory and CPU-efficient library for reading text from a csv file?
Also, I have a scenario in which text is appended into very large csv files- which library is most suitable for this purpose?
One major requirement is support for any type of charset…
Smooks is an extensible framework for building applications for processing XML and non XML
data (CSV, EDI, Java etc) using Java.
On this link there is an example on how to read a csv in java:
http://svn.codehaus.org/milyn/tags/Smooks_V1.2/smooks-examples/csv-to-java/