lisad / phaser

library for batch-oriented complex data integration pipelines
MIT License
3 stars 1 forks source link

Fix csv parsing errors that occur with small files #105

Open jeffkole opened 2 months ago

jeffkole commented 2 months ago

The specific errors that occur are documented in test_csv.py#test_single_row_col_csv. I believe they are the result of not having enough data for clevercsv to detect the format. It seems that a space in a field causes a problem.