Package net.sf.anupam.csv


package net.sf.anupam.csv
Provides the core CSV parsing and mapping framework.

The main entry points are CSVParserFactory and CSVParser. CSV records are mapped into POJO beans using a declarative csv-mapping.xml available on the classpath.

The implementation is read-only and does not provide CSV writing.

Requires Java 8 or newer.