Create a MARC XML dump for a list of ALMA mmd-ids.
E.g. ./bin/alma_bib_downloads.pl example/bibs.txt > output.xml
Convert an MARC XML file into a line MARC file.
E.g. ./script/line2xml.sh output.xml > output.txt
Convert a line MARC file into a MARC XML file.
E.g. ./script/line2xml.sh output.txt > output.xml
A convenience script that is a combination of ./bin/alma_bibs_download.pl
and ./script/xml2line.sh
.