Uses of Class
com.univocity.parsers.csv.UnescapedQuoteHandling
-
Packages that use UnescapedQuoteHandling Package Description com.univocity.parsers.csv -
-
Uses of UnescapedQuoteHandling in com.univocity.parsers.csv
Fields in com.univocity.parsers.csv declared as UnescapedQuoteHandling Modifier and Type Field Description private UnescapedQuoteHandlingCsvParser. quoteHandlingprivate UnescapedQuoteHandlingCsvParserSettings. unescapedQuoteHandlingMethods in com.univocity.parsers.csv that return UnescapedQuoteHandling Modifier and Type Method Description UnescapedQuoteHandlingCsvParserSettings. getUnescapedQuoteHandling()Returns the method of handling values with unescaped quotes.static UnescapedQuoteHandlingUnescapedQuoteHandling. 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.Methods in com.univocity.parsers.csv with parameters of type UnescapedQuoteHandling Modifier and Type Method Description voidCsvParserSettings. setUnescapedQuoteHandling(UnescapedQuoteHandling unescapedQuoteHandling)Configures the handling of values with unescaped quotes.
-