Super CSV
A fast, programmer-friendly, free CSV library for Java
...This SourceForge page will remain, but with limited functionality (please go to GitHub to report issues and for project downloads).
It is highly configurable, and supports reading and writing with POJOs, Maps and Lists. It also has support for deep-mapping and index-based mapping with POJOs, using the powerful Dozer extension.
Its flexible 'Cell Processor' API automates data type conversions (parsing and formatting Dates, Integers, Booleans etc) and enforces constraints (mandatory columns, matching against regular expressions etc) - and it's easy to write your own if required.
...