| Catmandu::Exporter::MARC::Line(3pm) | User Contributed Perl Documentation | Catmandu::Exporter::MARC::Line(3pm) |
Catmandu::Exporter::MARC::Line - Exporter for MARC records to Index Data's MARC Line format
# From the command line
$ catmandu convert MARC to MARC --type Line < t/camel.mrc
# From Perl
use Catmandu;
my $importer = Catmandu->importer('MARC', file => "t/camel.mrc", type => 'ISO');
my $exporter = Catmandu->exporter('MARC', file => "camel.line", type => 'Line' );
$exporter->add($importer);
$exporter->commit;
See Catmandu::Exporter, Catmandu::Addable, Catmandu::Fixable, Catmandu::Counter, and Catmandu::Logger for a full list of methods.
Johann Rolschewski, <jorol at cpan>
Catmandu::Exporter
| 2022-09-27 | perl v5.34.0 |