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
.csv
xfail
.csv?_blob_base64=1
Moving the CSV work to a separate ticket. Originally posted by @simonw in #1061 (comment)
The text was updated successfully, but these errors were encountered:
Remove this xfail and import pytest:
import pytest
datasette/tests/test_csv.py
Lines 83 to 96 in 503a5b7
Sorry, something went wrong.
This will close #1034.
I'm not going to do the base64 thing unless someone asks for it.
178b7e8
Fixed test_max_csv_mb test that I just broke, refs #1063
1a861be
No branches or pull requests
.csv
output to link to these things (and get thatxfail
test to pass)Add a.csv?_blob_base64=1
argument that causes them to be output in base64 in the CSVThe text was updated successfully, but these errors were encountered: