tojsonl: Failed to infer field types #2290
datatraveller1
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First of all, thank you very much to jqnatividad for the great tool!
I want to convert CSV to JSON.
command:
qsv tojsonl file.csv -o file.json
e.g. file.csv with content:
However, with this (and any other) file I get:
Failed to infer field types: qsv stats exited with code: 2
Am I doing something wrong?
Expected output file.json:
Beta Was this translation helpful? Give feedback.
All reactions