NAME
marcmoose - Read and output MARC record file
VERSION
version 1.0.49
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 --parser isis 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|isis
-
Parse input file. Three formats are accepted: ISO2709, Isis and MarcXML. Isis (WinIsis equivalent) is just a ISO2709 file with some idiosyncrasies.
- -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) 2024 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.