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