| Interface | Description |
|---|---|
| CSVBeanProcessor<T> |
Similar interface to the
CSVLineProcessor interface
for processing CSV lines
except that the field values are written to a bean object. |
| CSVConstants |
Various common constants.
|
| CSVFieldMapProcessor |
Similar interface to the
CSVLineProcessor interface
for processing CSV lines
except that the lines are processed as a Map of field name and values. |
| CSVLineProcessor |
Interface for processing CSV lines for the optional header
and the data lines.
|
| CSVSortedFieldMapProcessor |
Similar interface to the
CSVLineProcessor interface
for processing CSV lines
except that the lines are processed as a SortedMap of field name and values. |
| Tokenizer<E> |
Defines a generic StringTokenizer-style interface.
|
| Class | Description |
|---|---|
| CSVFileProcessor |
Provides an easy to use mechanism to process CSV files.
|
| CSVFileReaderProcessor |
Provides an easy to use mechanism to process CSV files.
|
| CSVParser |
Parses CSV lines of text.
|
| CSVReader |
Reads and parses CSV lines from an input source.
|
| CSVReaderProcessor |
Provides an easy to use mechanism to process CSV streams.
|
| CSVStreamProcessor |
Provides an easy to use mechanism to process CSV streams.
|
| CSVTokenizer |
Provides an API similar to
StringTokenizer. |
| CSVWriter |
Writes output lines in CSV format.
|
| JSonUtil |
| Exception | Description |
|---|---|
| ParseException |
This exception indicates a CSV Parser error occurred.
|
| ProcessingException |
This exception indicates an error occurred during processing of a CSV file.
|
Copyright © 2020. All Rights Reserved.