lisad / phaser

The missing layer for complex data batch integration pipelines
MIT License
4 stars 1 forks source link

Drop empty rows before turning into dicts in the CSV reading code #145

Closed lisad closed 3 months ago

lisad commented 3 months ago

More work on how we adapt clevercsv's functionality. Keeping the work we do to detect duplicate columns, we also drop empty rows when they're still lines from the file, before they get turned into dicts which is harder to detect.

Fixes #118