Package | Description |
---|---|
com.univocity.parsers.csv |
Modifier and Type | Method and Description |
---|---|
UnescapedQuoteHandling |
CsvParserSettings.getUnescapedQuoteHandling()
Returns the method of handling values with unescaped quotes.
|
static UnescapedQuoteHandling |
UnescapedQuoteHandling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnescapedQuoteHandling[] |
UnescapedQuoteHandling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CsvParserSettings.setUnescapedQuoteHandling(UnescapedQuoteHandling unescapedQuoteHandling)
Configures the handling of values with unescaped quotes.
|
Copyright © 2019 uniVocity Software Pty Ltd. All rights reserved.