A Python CLI tool for validating and normalizing CSV files

cli csv data-validation duckdb etl normalization python
1 Open Issue Need Help Last updated: Jan 18, 2026

Open Issues Need Help

View All on GitHub

AI Summary: The user is encountering a `BrokenPipeError` when piping the output of `csvnorm` to `head` on Windows 11 with WSL 2. This suggests an issue with how `csvnorm` handles its output when the receiving process (`head`) terminates early, potentially due to buffering or signal handling differences between Windows and Linux environments.

Complexity: 3/5
bug good first issue

A Python CLI tool for validating and normalizing CSV files

Python
#cli#csv#data-validation#duckdb#etl#normalization#python