uniVocity-parsers v2.8.3 Release Notes

Release Date: 2019-08-08 // almost 4 years ago
  • ๐Ÿ› BUGS:

    ๐Ÿ“œ #345 parseLine() is throwing ClassCastException when using lookahead

    ๐Ÿ“œ #337 Inconsistent parsing behavior when max. characters per column is set to -1 (unlimited)

    ๐Ÿ“œ #343 FixedWidthParser drops first char of next record if last field of current record is empty

    ๐Ÿ“œ #336 Single column, empty row CSV files result in empty rows and truncation of the last row

    ๐Ÿ“œ #328 Auto detect format with upper and lower thom is not working

    ๐Ÿ›  fixed issue writing rows with selection of fields where the number of columns is larger than the selected/available fields.

    โœจ ENHANCEMENTS:

    On CSV format auto-detection, use order of allowed delimiters as order of preference

    ๐ŸŽ Performance improvement parsing values when maxCharsPerColumn = -1 (i.e. unlimited)

    โž• added support for writing instances of Record directly.