Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
Modifier and Type | Method and Description |
---|---|
CSVParserBuilder |
CSVParserBuilder.withErrorLocale(Locale errorLocale)
Sets the locale for all error messages.
|
CSVParserBuilder |
CSVParserBuilder.withEscapeChar(char escapeChar)
Sets the character to use for escaping a separator or quote.
|
CSVParserBuilder |
CSVParserBuilder.withFieldAsNull(CSVReaderNullFieldIndicator fieldIndicator)
Sets the NullFieldIndicator.
|
CSVParserBuilder |
CSVParserBuilder.withIgnoreLeadingWhiteSpace(boolean ignoreLeadingWhiteSpace)
Sets the ignore leading whitespace setting - if true, white space
in front of a quote in a field is ignored.
|
CSVParserBuilder |
CSVParserBuilder.withIgnoreQuotations(boolean ignoreQuotations)
Sets the ignore quotations mode - if true, quotations are ignored.
|
CSVParserBuilder |
CSVParserBuilder.withQuoteChar(char quoteChar)
Sets the character to use for quoted elements.
|
CSVParserBuilder |
CSVParserBuilder.withSeparator(char separator)
Sets the delimiter to use for separating entries.
|
CSVParserBuilder |
CSVParserBuilder.withStrictQuotes(boolean strictQuotes)
Sets the strict quotes setting - if true, characters
outside the quotes are ignored.
|
Copyright © 2005–2023. All rights reserved.