Maintenance release 2.8.2 to fix memory leak and some other bugs
BUGS:
-
Headers being extracted when not expected, and this is leading to memory leak #326
-
Unclear iteractions between
iterate()methods and context/header parsing #314 -
containsColumn throws ArrayIndexOutOfBoundsException, in combination with selectFields #316
-
The result of the method
getRecordNumberinTextParsingExceptionis wrong. #324
ENHANCEMENTS:
-
On CSV format auto-detection, resolve space as column separator #310
-
Updated default excel serialization settings to ALWAYS escape either
\ror\nas\r\n. #315