The Apache Commons team is pleased to announce the release of Apache Commons CSV 1.3.
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types. The main changes are: - Addition of default formats for Informix UNLOAD and UNLOAD CSV - Possibility for defining a CSVFormat header, using a Java enum - Support for ignoring trailing delimiter in CSVFormat - Support trimming leading and trailing blanks in CSVFormat Details of all changes in 1.3 can be found in the changelog: http://commons.apache.org/proper/commons-csv/changes-report.html 1.3 is fully binary compatible to the last release. No client code changes are required to migrate from version 1.2 to 1.3. The minimum required JDK version for this release is 1.6. Source and binary distributions are available for download from the Apache Commons download site: http://commons.apache.org/proper/commons-csv/download_csv.cgi When downloading, please verify signatures using the KEYS file available at http://www.apache.org/dist/commons/KEYS Alternatively the release can be fetched from Maven Central: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> <version>1.3</version> </dependency> For complete information on Commons CSV, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Validator website: http://commons.apache.org/proper/commons-csv/ Have fun! Benedikt Ritter, on behalf of the Apache Commons Community