Uses of Class
com.univocity.parsers.csv.UnescapedQuoteHandling

Packages that use UnescapedQuoteHandling
com.univocity.parsers.csv   
 

Uses of UnescapedQuoteHandling in com.univocity.parsers.csv
 

Methods in com.univocity.parsers.csv that return UnescapedQuoteHandling
 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.
 

Methods in com.univocity.parsers.csv with parameters of type UnescapedQuoteHandling
 void CsvParserSettings.setUnescapedQuoteHandling(UnescapedQuoteHandling unescapedQuoteHandling)
          Configures the handling of values with unescaped quotes.
 



Copyright © 2017 uniVocity Software Pty Ltd. All rights reserved.