The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

marcmoose - Read and output MARC record file

VERSION

version 1.0.26

DESCRIPTION

Command line utility using MARC::Moose module to handle MARC records which are read from files or stdin.

SYNOPSYS

 marcmoose
 marcmoose --help
 marcmoose marc.iso
 marcmoose --formater text marc.iso
 marcmoose --formater json marc.iso
 marcmoose --converter unimarctomarc21 marc.iso
 marcmoose --parser marcxml --formater iso2709 --output marc.xml marc.iso

PARAMETERS

-h|--help

Display this help.

-p|--parser iso2709|marcxml

Parse input file. Two format are accepted: ISO2709 and MarcXML.

-f|--formater text|json|iso2709|marcxml

Format records. By default text.

-o|--output file name

Output record to a file. Without this parameter output to stdout.

-c|--converter unimarctomarc21

Performs a conversion from UNIMARC to MARC21.

AUTHOR

Frédéric Demians <f.demians@tamil.fr>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Frédéric Demians.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.