Maintenance version 2.8.3
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.