We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To reproduce:
printf '' | python -c 'import sys; import agate; agate.Table.from_csv(sys.stdin)'
Note that examples/empty.csv (in agate and csvkit) contains a single newline, which is sufficient to not error.
examples/empty.csv
If this issue is closed, can add tests for empty inputs in csvkit (only affects tools that buffer).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce:
Note that
examples/empty.csv
(in agate and csvkit) contains a single newline, which is sufficient to not error.If this issue is closed, can add tests for empty inputs in csvkit (only affects tools that buffer).
The text was updated successfully, but these errors were encountered: