Interface | Description |
---|---|
ColumnNameMatcher |
Definition of a class which compares column names to see if they match.
|
RowValidator<T> |
Row validator callback that can be registered with the
CsvProcessor.setRowValidator(RowValidator) that
validates the entity _after_ it has been parsed from the CSV line. |
Class | Description |
---|---|
BufferedReaderLineCounter |
Buffered reader that can wrap another reader and count the lines read.
|
ColumnInfo<T> |
Information about a particular CSV column used internally to keep track of the CSV columns.
|
CsvProcessor<T> |
CSV reader and writer.
|
ParseError |
Used to report back with any parsing or internal errors.
|
Enum | Description |
---|---|
ParseError.ErrorType |
The type of the error.
|
Classes used to process CSV files.
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.