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.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.withMultilineLimit(int multilineLimit)
Sets the maximum number of lines allowed in a multiline record.
|
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 © 2017. All rights reserved.