Apache Commons CSV

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:

Custom formats can be created using a fluent style API.

https://commons.apache.org/proper/commons-csv/index.html

https://github.com/apache/commons-csv