Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
Modifier and Type | Method and Description |
---|---|
CSVReaderBuilder |
CSVReaderBuilder.withCSVParser(ICSVParser icsvParser)
Sets the parser to use to parse the input.
|
CSVReaderBuilder |
CSVReaderBuilder.withErrorLocale(Locale errorLocale)
Sets the locale for all error messages.
|
CSVReaderBuilder |
CSVReaderBuilder.withFieldAsNull(CSVReaderNullFieldIndicator indicator)
Checks to see if it should treat a field with two separators, two quotes, or both as a null field.
|
CSVReaderBuilder |
CSVReaderBuilder.withKeepCarriageReturn(boolean keepCR)
Sets if the reader will keep or discard carriage returns.
|
CSVReaderBuilder |
CSVReaderBuilder.withLineValidator(LineValidator lineValidator)
Adds a
LineValidator to the CSVReader . |
CSVReaderBuilder |
CSVReaderBuilder.withMultilineLimit(int multilineLimit)
Sets the maximum number of lines allowed in a multiline record.
|
CSVReaderBuilder |
CSVReaderBuilder.withRowProcessor(RowProcessor rowProcessor)
Adds a
RowProcessor to the CSVReader . |
CSVReaderBuilder |
CSVReaderBuilder.withRowValidator(RowValidator rowValidator)
Adds a
RowValidator to the CSVReader . |
CSVReaderBuilder |
CSVReaderBuilder.withSkipLines(int skipLines)
Sets the number of lines to skip before reading.
|
CSVReaderBuilder |
CSVReaderBuilder.withVerifyReader(boolean verifyReader)
Checks to see if the
CSVReader should verify the reader state before
reads or not. |
Copyright © 2005–2023. All rights reserved.