Introduced many bugfixes
- 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)