Bug fixes
-
CsvParserSettings.setDelimiterDetectionEnabled() not working with input file/stream when the character encoding is not explicitly provided. (#178)
-
CSV format autodetection thrown off by fields with single or double quote in the middle of the value (also in #178)
-
Fixed-width header extraction fails (#182)
-
Failure to extract header row with FixedWidthParser + annotations (#180)
Enhancements
- Custom conversion classes can now be defined without a
String[] args
constructor (#181) if no parameters are used.