Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
com.opencsv.validators |
Modifier and Type | Method and Description |
---|---|
CSVReaderBuilder |
CSVReaderBuilder.withRowValidator(RowValidator rowValidator)
Adds a
RowValidator to the CSVReader . |
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withRowValidator(RowValidator rowValidator)
Adds a
RowValidator to the CSVReaderHeaderAware . |
Modifier and Type | Class and Description |
---|---|
class |
RowFunctionValidator
This validator is best used to validate a specific property of the row - either about a specific
element or information about the array itself.
|
class |
RowMustHaveSameNumberOfColumnsAsFirstRowValidator
This validator is used when the number of columns is not neccessarily known but must be consistent.
|
Modifier and Type | Method and Description |
---|---|
void |
RowValidatorAggregator.addValidator(RowValidator validator)
Add a validator to the aggregator.
|
Copyright © 2005–2023. All rights reserved.