Skip to content

Introduced many bugfixes

Compare
Choose a tag to compare
@jbax jbax released this 18 Jun 09:42
· 693 commits to master since this release
  • Fixed CSV writer failure to escape quote automatically (4663727)
  • CSV parser adjusted to support single whitespace as a delimiter (8d17e6c)
  • Numeric conversions using multiple formats properly validate the ParsePosition (ee2f03b)
  • Headers are now correctly extracted when reusing any parser instance (c3d7142)
  • Correctly writing blank strings (with whitespaces only) in CSV format with automatic trim (d67b605)