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.