options for excluding certain items
authorJason Etheridge <jason@esilibrary.com>
Fri, 19 Dec 2014 20:52:33 +0000 (15:52 -0500)
committerJason Etheridge <jason@esilibrary.com>
Fri, 19 Dec 2014 21:10:01 +0000 (16:10 -0500)
commitf2aaaa5360aa4b0164dc65d55b5f1ec658ef02f1
tree000f712583844f2a6165b9b9fc015d5f821e0a00
parent4c0a382bcb327514cc4b2555a4f0764391cf1cdb
options for excluding certain items

by internal item id's and by barcodes.

    --exclude-item-id-file=<file containing list of item ids, one per line>
    --exclude-item-barcodes-file=<file containing list of item barcodes, one per line>

Works in conjunction with --exclude-itemless-bibs, so if that argument is in effect and
all items on a given bib are effectively filtered out via an --exclude-item argument,
then the bib itself will not be included in the output.

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/support-scripts/marc_export.in