You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, no separator is produced for a collection of JSON records which means the output is not parseable with tools like yq and others. Add a new JSON flavor to remedy this:
jsonlines: each JSON record printed on a single line, using \n as a record separator
The text was updated successfully, but these errors were encountered:
jakub-id
changed the title
Add a flag to print YAML-style document separator
yaz-marcdump: add a flag to print YAML-style document separator
Oct 31, 2022
jakub-id
changed the title
yaz-marcdump: add a flag to print YAML-style document separator
yaz-marcdump: add jsondash and jsonline output format
Dec 9, 2024
Currently, no separator is produced for a collection of JSON records which means the output is not parseable with tools like
yq
and others. Add a new JSON flavor to remedy this:jsonlines
: each JSON record printed on a single line, using\n
as a record separatorThe text was updated successfully, but these errors were encountered: