Closed rsbohn closed 1 year ago
I wouldn't mind adding .jsonl
but is .json
really a format people use for something that is columnar?
I've been using datasette
and sqlite-utils
where the default format is .json. You can get .jsonl by adding '--nl'.
https://sqlite-utils.datasette.io/en/stable/cli.html#returning-json
I'm adding support for jsonl
in https://github.com/koaning/bulk/pull/45.
For now I'll consider json out of scope for this project. Partially because .jsonl
feel superior, but also because it simplifies things.
Finding .csv files a bit limiting.