Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Änderungen an Extraktion contributorTypes eingetragen

...

Expand


Code Block
languagebash
jq '.contributorTypes[] | .id + "|" + .name' contributorTypes.json | sed 's/"//g' > contributorTypes.csvtsv # extrahiert Namen (Label)
jq '.contributorTypes[] | .id + "|" + .code' contributorTypes.json | sed 's/"//g' > contributorTypes_codes.tsv # extrahiert Codes


Link zur nicht-übersetzten Datei: https://github.com/zbw/folio-inventory-translations/blob/main/untranslated-files/contributorTypes.tsv

...