- Do not fail the CSV import when the python sniffer raise an error. the default python sniffer has some issues. This commit add test case when the original file has only single column...
1.1.14
- New date format (%d %b %Y) - Fix unixTimestamp for INF float - Improve CI
1.1.13
- Wrong encoding exception - Could not determine delimiter exception - Fix casting exception typo - UnixTimestamp type - catch OverflowError and ignore such cases
1.1.12
- Enforce the IPv4 type to inference only string inputs - Improve the error message for cases when string value found in integer column
1.1.11
- Hotfix: Catch OSError while trying to convert numeric data to unixtime
1.1.10
- Hotfix: Fix cases when all the column data is NAN. The value recognized as timestamp instead of float and raise an exception.