Uses of Class
com.opencsv.CSVParserBuilder
Packages that use CSVParserBuilder
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
-
Uses of CSVParserBuilder in com.opencsv
Fields in com.opencsv declared as CSVParserBuilderModifier and TypeFieldDescriptionprivate final CSVParserBuilder
CSVReaderBaseBuilder.parserBuilder
Methods in com.opencsv that return CSVParserBuilderModifier and TypeMethodDescriptionCSVParserBuilder.withErrorLocale
(Locale errorLocale) Sets the locale for all error messages.CSVParserBuilder.withEscapeChar
(char escapeChar) Sets the character to use for escaping a separator or quote.CSVParserBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator fieldIndicator) Sets the NullFieldIndicator.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.withIgnoreQuotations
(boolean ignoreQuotations) Sets the ignore quotations mode - if true, quotations are ignored.CSVParserBuilder.withQuoteChar
(char quoteChar) Sets the character to use for quoted elements.CSVParserBuilder.withSeparator
(char separator) Sets the delimiter to use for separating entries.CSVParserBuilder.withStrictQuotes
(boolean strictQuotes) Sets the strict quotes setting - if true, characters outside the quotes are ignored.