NAME

subjmap - translate subject headings in MARC records

SYNOPSIS

    subjmap --in=in.dat --out=out.dat --err=err.dat --config=config.xml --log=map.log

DESCRIPTION

subjmap is a command line utility for using the MARC::SubjectMap framework to translate subject headings in MARC data. For the translation to work you'll need to use a configuration file. See the subjmap-template application for generating a configuration file.

You'll need to pass subjmap the location of the MARC data you want to translate (--in), a file to write the new MARC data to (--out) the location of the configuration file (--config) and an optional log file to use (--log). If a log file is not specified log info will be sent to STDERR.