LP#1279998 marc stream importer release notes
authorBill Erickson <berick@esilibrary.com>
Mon, 17 Mar 2014 13:19:18 +0000 (09:19 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 6 Aug 2014 19:23:37 +0000 (15:23 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_importer.txt [new file with mode: 0644]

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 (file)
index 0000000..2acff93
--- /dev/null
@@ -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.