Catmandu::Exporter::MARC(3pm) | User Contributed Perl Documentation | Catmandu::Exporter::MARC(3pm) |
Catmandu::Exporter::MARC - Exporter for MARC records
# Convert MARC to MARC $ catmandu convert MARC to MARC < /foo/bar.mrc > /foo/output.mrc # Add fixes $ catmandu convert MARC to MARC --fix myfixes.txt < /foo/bar.mrc > /foo/output.mrc # Convert on format to another format $ catmandu convert MARC --type ISO to MARC --type ALEPHSEQ < /foo/bar.mrc > /foo/bar.aleph
Catmandu::Exporter::MARC is a Catmandu::Exporter to serialize (write) MARC records to a file or the standard output.
ISO: L<Catmandu::Importer::MARC::ISO> (default) - a strict ISO 2709 exporter ALEPHSEQ: L<Catmandu::Importer::MARC::ALEPHSEQ> - an exporter for Ex Libris Aleph sequential files MARCMaker: L<Catmandu::Importer::MARC::MARCMaker> - an exporter for MARCMaker/MARCBreaker records MiJ: L<Catmandu::Importer::MARC::MiJ> (MARC in JSON) - an export for the MARC-in-JSON format XML: L<Catmandu::Importer::MARC::XML> - an exporter for the MARC XML format
$ catmandu -D convert MARC to MARC --skip_errors 1 --fix myfixes.txt < /foo/bar.mrc
Catmandu::Importer::MARC
2019-02-25 | perl v5.28.1 |