csv_log_cleaner 0.1.0

Clean CSV files to conform to a type schema by streaming them through small memory buffers using multiple threads and logging data loss.
Documentation
1
2
3
INT_COLUMN,STRING_COLUMN,DATE_COLUMN,ENUM_COLUMN
1,some_string,2020-12-01,V3
-2,<NA>,2020-12-02,V4