uniVocity-parsers v2.9.0 Release Notes

Release Date: 2020-08-15 // over 3 years ago
  • ๐Ÿ› BUGs fixed

    ๐Ÿ“œ CSV auto-detection assigning line ending as quote escape (#409)

    ๐Ÿ›  FixedWidthFields.keepPadding not working (#405)

    ๐Ÿ“œ Multi-char delimiter incorrectly detected inside quoted string (#404)

    ๐Ÿ›  Fixed the repeatable conversions initialization in the DefaultConversionProcessor (#399)

    ๐Ÿ›  Fix NPE in EnumConversion (#391)

    ๐Ÿ›  fixed quoted parser when using non-printable char as delimiter (#378)

    โœจ Enhancements

    ๐Ÿ”ง make the maxRowSample for parameter public configurable for CSV auto-detection (#408)

    ๐Ÿ“œ settings.excludeFields() doesn't throw errors for a non-existing fields anymore. (#383)

    ๐Ÿ”ฆ Expose InputAnalysisProcess implementations publicly (#381)

    โž• add "com.googlecode.openbeans" as an optional OSGi dependency (#411)


Previous changes from v2.8.4

  • ๐Ÿ› BUGS FIXED:

    ๐Ÿ“œ Value which contains line separator is NOT enclosed in quotes if line separator is 2 characters (#357)

    ๐Ÿ“œ Headers in Record context are changed if parser instance is reused (#350)

    ๐Ÿ“œ Record.getString(column) fails if type of column is declared as int and content in file is null (#355)

    โœจ ENHANCEMENTS:

    • ๐Ÿ“œ Rows starting with comment char should be automatically quoted (#362)