CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withCSVParser(ICSVParser icsvParser) |
Sets the parser to use to parse the input.
|
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withErrorLocale(java.util.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) |
|
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withMultilineLimit(int multilineLimit) |
Sets the maximum number of lines allowed in a multiline record.
|
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withRowProcessor(RowProcessor rowProcessor) |
|
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withRowValidator(RowValidator rowValidator) |
|
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withSkipLines(int skipLines) |
Sets the number of lines to skip before reading.
|
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withVerifyReader(boolean verifyReader) |
|