Fixed concurrency issue processing File
or InputStream
with no explicit character encoding provided, when setReadInputOnSeparateThread=true
(the default). The issue could make the parser discard the first character of the input.
More details in: #186 and #187
** Other adjustments **
-
Improved CSV format detection
-
Fixed
TrimConversion
to remove trailing whitespaces when input is truncated to a maximum length.