$ catmandu convert -v SRU \
--base https://services.dnb.de/sru/zdb \
--recordSchema MARC21-xml \
--query 'tit = soil biology' \
--parser marcxml \
to MARC --type XML --pretty 1 > zdb-soil-biology.xml
https://software.indexdata.com/yaz/doc/yaz-client.html
Datei gvk-sru.txt
mit den notwendigen Kommandos:
open http://sru.k10plus.de/gvk
set_marcdump gvk-perl.xml
find pica.sw=Perl
show 1+50
exit
SRU-Suche ausführen:
$ yaz-client -f gvk-sru.txt
https://metacpan.org/pod/Catmandu::Importer::OAI
$ catmandu convert -v OAI \
--url https://services.dnb.de/oai/repository \
--metadataPrefix MARC21-xml \
--set zdb \
--from 2023-03-08 \
--until 2023-03-08 \
--handler marcxml \
to MARC --type XML --pretty 1 > zdb-oai.xml