Open Issues Need Help
View All on GitHubAI 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