Minor bug fixes
- Trailing spaces in csv line leads to null instead of empty String (#196)
- On CSV,
keepQuotes
fail to print out closing quote if it's followed by a whitespace and a line ending (#197) - CsvParser does not properly detect delimiter (with setDelimiterDetectionEnabled) (#198)
- Routines' keepResourcesOpen not respected with
writeAll(list of objects)
(#201)