github uniVocity/univocity-parsers v2.1.0
Released version 2.1.0

latest releases: v2.9.1, v2.9.0, v2.8.4...
9 years ago
  1. Performance improvements for parsing/writing CSV and TSV. CSV writing and parsing got 30-40% faster.
  2. Deprecated methods setParseUnescapedQuotes and setParseUnescapedQuotesUntilDelimiter class CsvParserSettings in favor of the new setUnescapedQuoteHandling method that takes values from the UnescapedQuoteHandling enumeration.
  3. Default behavior of the CSV parser when unescaped quotes are found on the input changed to parse until a delimiter character is found, i.e. UnescapedQuoteHandling.STOP_AT_DELIMITER. The old default of trying to find a closing quote (i.e. UnescapedQuoteHandling.STOP_AT_CLOSING_QUOTE) can be problematic when no closing quote is found, making the parser accumulate all characters into the same value, until the end of the input.

Don't miss a new univocity-parsers release

NewReleases is sending notifications on new releases.