From: Bill Erickson Date: Mon, 17 Mar 2014 13:19:18 +0000 (-0400) Subject: LP#1279998 marc stream importer release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=aa3bed55568243127e2e54ff7b25f8226d6897bb;p=evergreen%2Fpines.git LP#1279998 marc stream importer release notes Signed-off-by: Bill Erickson Signed-off-by: Kathy Lussier Signed-off-by: Ben Shum --- diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_importer.txt b/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_importer.txt new file mode 100644 index 0000000000..2acff93e8a --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_importer.txt @@ -0,0 +1,19 @@ +MARC Stream Importer +^^^^^^^^^^^^^^^^^^^^ + +New command line options were added to marc_stream_importer.pl for +passing additional Vandelay import flags. Prior to this change, only +auto-overlay-exact was supported. + +New options: + + * --auto-overlay-exact + ** Overlay/merge on exact 901c matches + * --auto-overlay-1match + ** Overlay/merge when exactly one match is found + * --auto-overlay-best-match + ** Overlay/merge on best match + * --import-no-match + ** Import when no match is found + +Like Vandelay, these options can be combined.