/opus2mycore

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

OPUS to MyCoRe Build Status Codacy Badge

Use this project to extract OPUS records from OAI 2.0 to MyCoRe compatible MODS-Format.

Usage

Run on commandline with:

java -jar opus2mycore.jar --help

Commandline Options

  • -f, --format
    Default: xMetaDissPlus

    The OAI metadata format.

  • -sfc, --skipFormatCheck
    Default: false

    Skips the check if OAI metadata format is listed.

  • -h, --help

    Print help (this message) and exit

  • -o, --output_dir

    The output directory.

  • --projectId
    Default: mir

    The MyCoRe procject id. (used for command.txt)

  • -s, --setSpec

    The OAI metadata set spec.

  • --stylesheet

    Path to custom XSL-Stylesheet for transformation.

  • -u, --url

    The OAI base URL.