Package | Description |
---|---|
com.univocity.parsers.csv |
Modifier and Type | Method | Description |
---|---|---|
UnescapedQuoteHandling |
CsvParserSettings.getUnescapedQuoteHandling() |
Returns the method of handling values with unescaped quotes.
|
static UnescapedQuoteHandling |
UnescapedQuoteHandling.valueOf(java.lang.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 | Description |
---|---|---|
void |
CsvParserSettings.setUnescapedQuoteHandling(UnescapedQuoteHandling unescapedQuoteHandling) |
Configures the handling of values with unescaped quotes.
|