Package | Description |
---|---|
com.j256.simplecsv.processor |
Classes used to process CSV files.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvProcessor.setRowValidator(RowValidator<T> rowValidator)
Set the validator which will validate each entity after it has been parsed.
|
CsvProcessor<T> |
CsvProcessor.withRowValidator(RowValidator<T> rowValidator)
Set the validator which will validate each entity after it has been parsed.
|
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.