App-MARC-Validator

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    marc-validator - Tool to validate records in MARC file.

SYNOPSIS
     marc-validator [-d] [-h] [-i id] [-l] [-o output_file] [-p] [-r] [-u use_string] [-v] [--version] marc_xml_file..

DESCRIPTION
    Tool to validate dataset from MARC record collections.

    It supports MARC XML files now.

ARGUMENTS
    *       "-d"

            Debug mode.

    *       "-h"

            Print help.

    *       "-i id"

            Record identifier defined by MARC field/subfield. Example value
            is '015a' for national library id.

            Default value is '001'.

    *       "-l"

            Print list of plugins.

    *       "-o output_file"

            Output file to save result.

            Default value is undef.

    *       "-p"

            Pretty print JSON output.

    *       "-r"

            Reccomendations.

    *       "-u use_string"

            Use string to prefer plugin or filter.

            Format of string is type:name,type:name,... Type could be
            'plugin' or 'filter' and name is full Perl module name of
            plugin.

    *       "-v"

            Verbose mode.

    *       "--version"

            Print version of script.

    *       "marc_xml_file.."

            MARC XML file name(s).

EXAMPLE
     marc-validator __MARC.xml__



( run in 0.600 second using v1.01-cache-2.11-cpan-39bf76dae61 )