Short Description
The Apache Commons CSV library
Commons CSV is a library dedicated to reading/writing files in variations of the Comma Separated Value (CSV) format.
Commons CSV – Home (apache.org)
Distributed on the ASL license
Apache Commons CSV website: https://commons.apache.org/proper/commons-csv/
Documentation
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
The most common CSV formats are predefined in the CSVFormat class:
- Microsoft Excel
- Informix UNLOAD
- Informix UNLOAD CSV
- MySQL
- Oracle
- PostgreSQL CSV
- PostgreSQL Text
- RFC 4180
- TDF
Custom formats can be created using a fluent style API.
An overview of the functionality is provided in the user guide. Various project reports are also available.