-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
It would be handy to have direct support for jsonl and CSV/TSV formats.
The easy workaround is:
jq -s '{ "items": . }' my.jsonl jinjanate my.j2 --format json(assuming my jinja2 iterates through a key items)
or
jq -s . my.jsonl jinjanate my.j2 --format json --format-option array-name=itemsSimilarly, for CSV/TSV input tools like csvjson can easily do the processing up-front
So low priority but would be handy to avoid boilerplate preprocessing
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels