| Class and Description |
|---|
| 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. |
| ParseException
This exception indicates a CSV Parser error occurred.
|
| ProcessingException
This exception indicates an error occurred during processing of a CSV file.
|
| Tokenizer
Defines a generic StringTokenizer-style interface.
|
Copyright © 2020. All Rights Reserved.