A fork of SuperCSV project by Kasper B. Graversen. (supercsv.sourceforge.net/)
ant dist ant test
-
Initial fork of the original SuperCSV 1.52
-
build.xml for Apache ant
-
Allows null values to be read and written. Empty strings are now written as “”.
-
Does not modify the content of the document. The previous version replaces new line characters, according to the specified CSV preference.
-
Bug fix: Escaping carriage-return characters.