Bugfixes
- Inconsistent behavior of
maxCharsPerColumn
in CSV parser: (#113) - optimization introduced in version 2.2.1 allowed unquoted CSV values to be as long as the input buffer size, regardless of the setting. - Annotations with
defaultNullRead
won't make the parser set the value provided into a java bean if the targeted column is not present in the input : (#116) - Annotated fields in inherited classes were being ignored.
AbstractConcurrentProcessor
was not shutting down its internal ExecutorService: 100aa34- Fixed incorrect behavior of parser when processing a combination of: user-provided headers + field selection + column reordering disabled: c6241df