Support for reading and writing CSV-encoded data via Jackson abstractions, allowing CSV parsing with Jackson's streaming API.
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-csv</artifactId>
<version>2.21.4</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 parse CSV data using Jackson's CsvMapper.
No known issues recorded.
No dependency data recorded yet.