Hacker News new | ask | show | jobs
by cybrjoe 1241 days ago
You mention jsonlines in the escape hatch section, is there an escape hatch for jsonlines? I tried .jsonl but I get a 500 error.
1 comments

I'm very sorry, you have found a bug. Dates and json lines currently not working happily together.

Try a table without a date column:

    curl https://csvbase.com/calpaterson/iris.jsonl
Is ".jsonl" the right file extension, do you think?
That does work, thank you!

And I also think .jsonl is the correct format. It's what I've seen others use.