Next maintenance release 2.9.1
BUGs fixed
-
Quote escape configured to double quote (quote value) character if escape not detected #414
-
Delimiter detection returns first candidate delimiter even if it does not exist in the file #415
-
context.getSelectedHeaders() in RowProcessor processStarted() can return invalid results #416
-
DefaultNullRead of @Parsed does not work with enums #427
-
Missing fields not initialized if nested beans present #432
-
Possible race condition #424
-
implicit limitation on max column name length? #438
Enhancements
-
Delimiter detection returns first candidate delimiter even if it does not exist in the file #415
-
Custom CsvFormatDetector #434
-
Detects "whitespace" as delimiter instead of "comma" #420