Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
Modifier and Type | Method and Description |
---|---|
RFC4180ParserBuilder |
RFC4180ParserBuilder.withFieldAsNull(CSVReaderNullFieldIndicator fieldIndicator)
Sets the NullFieldIndicator.
|
RFC4180ParserBuilder |
RFC4180ParserBuilder.withQuoteChar(char quoteChar)
Sets the character to use for quoted elements.
|
RFC4180ParserBuilder |
RFC4180ParserBuilder.withSeparator(char separator)
Sets the delimiter to use for separating entries.
|
Copyright © 2005–2023. All rights reserved.