Package | Description |
---|---|
com.opencsv |
A very simple CSV parser for Java released under a commercial-friendly license.
|
com.opencsv.bean |
A bean binding interface for use with opencsv.
|
com.opencsv.enums |
Enumerations relevant to opencsv's internal operations.
|
Modifier and Type | Field and Description |
---|---|
static CSVReaderNullFieldIndicator |
ICSVParser.DEFAULT_NULL_FIELD_INDICATOR
Denotes what field contents will cause the parser to return null: EMPTY_SEPARATORS, EMPTY_QUOTES, BOTH, NEITHER (default).
|
protected CSVReaderNullFieldIndicator |
AbstractCSVParser.nullFieldIndicator
Determines the handling of null fields.
|
protected CSVReaderNullFieldIndicator |
CSVReaderBaseBuilder.nullFieldIndicator |
Modifier and Type | Method and Description |
---|---|
CSVReaderNullFieldIndicator |
ICSVParser.nullFieldIndicator() |
CSVReaderNullFieldIndicator |
CSVParserBuilder.nullFieldIndicator() |
CSVReaderNullFieldIndicator |
RFC4180ParserBuilder.nullFieldIndicator() |
CSVReaderNullFieldIndicator |
AbstractCSVParser.nullFieldIndicator() |
Modifier and Type | Method and Description |
---|---|
CSVParserBuilder |
CSVParserBuilder.withFieldAsNull(CSVReaderNullFieldIndicator fieldIndicator)
Sets the NullFieldIndicator.
|
RFC4180ParserBuilder |
RFC4180ParserBuilder.withFieldAsNull(CSVReaderNullFieldIndicator fieldIndicator)
Sets the NullFieldIndicator.
|
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.
|
CSVReaderHeaderAwareBuilder |
CSVReaderHeaderAwareBuilder.withFieldAsNull(CSVReaderNullFieldIndicator indicator)
Checks to see if it should treat a field with two separators, two quotes, or both as a null field.
|
Constructor and Description |
---|
AbstractCSVParser(char separator,
char quotechar,
CSVReaderNullFieldIndicator nullFieldIndicator)
Common constructor.
|
Modifier and Type | Method and Description |
---|---|
CsvToBeanBuilder<T> |
CsvToBeanBuilder.withFieldAsNull(CSVReaderNullFieldIndicator indicator) |
Modifier and Type | Method and Description |
---|---|
static CSVReaderNullFieldIndicator |
CSVReaderNullFieldIndicator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSVReaderNullFieldIndicator[] |
CSVReaderNullFieldIndicator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2005–2023. All rights reserved.