A simple library for reading and writing CSV files in Java with support for beans, headers, and custom mappings.
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.12.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to read a CSV string using CSVReader.
If upgrading from 4.x, review bean mapping annotations and update to use @CsvBindByPosition or @CsvBindByName as needed.
No dependency data recorded yet.