Uses of Enum Class
com.univocity.parsers.csv.UnescapedQuoteHandling
Packages that use UnescapedQuoteHandling
-
Uses of UnescapedQuoteHandling in com.univocity.parsers.csv
Fields in com.univocity.parsers.csv declared as UnescapedQuoteHandlingModifier and TypeFieldDescriptionprivate UnescapedQuoteHandlingCsvParser.quoteHandlingprivate UnescapedQuoteHandlingCsvParserSettings.unescapedQuoteHandlingMethods 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 class with the specified name.static UnescapedQuoteHandling[]UnescapedQuoteHandling.values()Returns an array containing the constants of this enum class, 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.