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::Exporter::MARC::ISO> (default) - a strict ISO 2709 exporter ALEPHSEQ: L<Catmandu::Exporter::MARC::ALEPHSEQ> - an exporter for Ex Libris Aleph sequential files Line: L<Catmandu::Exporter::MARC::Line> - an exporter for Index Data's MARC Line format MARCMaker: L<Catmandu::Exporter::MARC::MARCMaker> - an exporter for MARCMaker/MARCBreaker records MiJ: L<Catmandu::Exporter::MARC::MiJ> (MARC in JSON) - an export for the MARC-in-JSON format XML: L<Catmandu::Exporter::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
2022-09-27 | perl v5.34.0 |