<<

NAME

marc_ordering_process.pl - cron script to retrieve MARC files and create order lines

SYNOPSIS

./marc_ordering_process.pl [-c|--confirm] [-v|--verbose]

or, in crontab: # Once every day 0 3 * * * marc_ordering_process.pl -c

DESCRIPTION

This script searches for new MARC files in an SFTP location If there are new files, it stages those files, adds bilbios/items and creates order lines

OPTIONS

-v|--verbose

Print report to standard out.

-c|--confirm

Without this parameter no changes will be made

-d|--delete

Delete the file once it has been processed

<<