Uses of Enum
com.univocity.parsers.csv.UnescapedQuoteHandling
Packages that use UnescapedQuoteHandling
-
Uses of UnescapedQuoteHandling in com.univocity.parsers.csv
Subclasses with type arguments of type UnescapedQuoteHandling in com.univocity.parsers.csvModifier and TypeClassDescriptionenumThis enumeration is used to determine how the (CsvParser) will handle values with unescaped quotes.Methods in com.univocity.parsers.csv that return UnescapedQuoteHandlingModifier and TypeMethodDescriptionCsvParserSettings.getUnescapedQuoteHandling()Returns the method of handling values with unescaped quotes.static UnescapedQuoteHandlingReturns 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.Methods in com.univocity.parsers.csv with parameters of type UnescapedQuoteHandlingModifier and TypeMethodDescriptionvoidCsvParserSettings.setUnescapedQuoteHandling(UnescapedQuoteHandling unescapedQuoteHandling) Configures the handling of values with unescaped quotes.