The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

nkc-to-marc - Tool to fetch record from National library of the Czech Republic to MARC file.

SYNOPSIS

nkc-to-marc [-h] [-o output_format] [--version] id_of_book

ARGUMENTS

  • -h

    Print help.

  • -o output_format

    Output format.

    Default value is 'xml'.

    Possible formats are:

    • usmarc

      USMARC format.

    • xml

      MARC XML format.

  • --version

    Print version of script.

  • id_of_book

    Identifier of book. Possible ids are: ISBN or Czech national bibliography id.

EXAMPLE1

# Fetch book edition defined by ISBN number.
nkc-to-marc 978-80-276-0470-8

EXAMPLE2

# Fetch book edition defined by Czech national bibliography id
nkc-to-marc cnb003322696

REPOSITORY

https://github.com/michal-josef-spacek/App-NKC2MARC

AUTHOR

Michal Josef Špaček mailto:skim@cpan.org

http://skim.cz

LICENSE AND COPYRIGHT

© 2024 Michal Josef Špaček

BSD 2-Clause License

VERSION

0.02