Skip to content

Minor bug fixes

Compare
Choose a tag to compare
@jbax jbax released this 16 Oct 03:25
· 241 commits to master since this release
  • 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)