Uses of Class
com.opencsv.RFC4180ParserBuilder
Packages that use RFC4180ParserBuilder
Package
Description
A very simple CSV parser for Java released under a commercial-friendly license.
-
Uses of RFC4180ParserBuilder in com.opencsv
Methods in com.opencsv that return RFC4180ParserBuilderModifier and TypeMethodDescriptionRFC4180ParserBuilder.withFieldAsNull
(CSVReaderNullFieldIndicator fieldIndicator) Sets the NullFieldIndicator.RFC4180ParserBuilder.withQuoteChar
(char quoteChar) Sets the character to use for quoted elements.RFC4180ParserBuilder.withSeparator
(char separator) Sets the delimiter to use for separating entries.