Package | Description |
---|---|
com.j256.simplecsv.converter |
Classes which deal with the converting of strings to Java fields and back.
|
com.j256.simplecsv.processor |
Classes used to process CSV files.
|
Class and Description |
---|
ColumnInfo
Information about a particular CSV column used internally to keep track of the CSV columns.
|
ParseError
Used to report back with any parsing or internal errors.
|
Class and Description |
---|
ColumnInfo
Information about a particular CSV column used internally to keep track of the CSV columns.
|
ColumnNameMatcher
Definition of a class which compares column names to see if they match.
|
CsvProcessor
CSV reader and writer.
|
ParseError
Used to report back with any parsing or internal errors.
|
ParseError.ErrorType
The type of the error.
|
RowValidator
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. |
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.