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
I am currently trying to import the JSON export of my data from Discord, specifically activity/reporting/events-*.json
activity/reporting/events-*.json
sqlite-utils.exe insert test.db reporting events-2023-00000-of-00001.json [###################################-] 99% 00:00:00 Error: Invalid JSON - use --csv for CSV or --tsv for TSV files
Please show more information as to why this is invalid, if possible.
I am using version 3.30 with Python 3.10 on Windows 11.
The text was updated successfully, but these errors were encountered:
Was this a newline-delimited JSON file perhaps?
Sorry, something went wrong.
Here's an improvement:
% sqlite-utils insert /tmp/b.db blah /tmp/blah.txt [####################################] 100% Error: Invalid JSON - use --csv for CSV or --tsv for TSV files JSON error: Expecting value: line 1 column 1 (char 0)
e4ed372
Release 3.31
b3b100d
Refs #509, #517, #520, #525, #527, #532, #534, #536, #537, #538, #539
No branches or pull requests
I am currently trying to import the JSON export of my data from Discord, specifically
activity/reporting/events-*.json
Please show more information as to why this is invalid, if possible.
I am using version 3.30 with Python 3.10 on Windows 11.
The text was updated successfully, but these errors were encountered: