| Interface | Description |
|---|---|
| CloseableIterator<E> |
Iterator that supports closing underlying resources.
|
| Class | Description |
|---|---|
| CsvReader |
This is the main class for reading CSV data.
|
| CsvReader.CsvReaderBuilder |
This builder is used to create configured instances of
CsvReader. |
| CsvRow |
Index based CSV-row.
|
| NamedCsvReader |
Header name based Csv reader implementation.
|
| NamedCsvReader.NamedCsvReaderBuilder |
This builder is used to create configured instances of
NamedCsvReader. |
| NamedCsvRow |
Name (header) based CSV-row.
|
| Enum | Description |
|---|---|
| CommentStrategy |
This strategy is used for handling comments in (non RFC conforming) CSV data.
|
| Exception | Description |
|---|---|
| MalformedCsvException |
Exception to be thrown when malformed csv data is read.
|
CsvReader.builder()
and higher level (name/header based) reader via
NamedCsvReader.builder().