From 3d078db8b15becc75dcd07c6720756b720afa107 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 4 Mar 2013 13:26:28 -0500 Subject: [PATCH] Import bib trash fields : release notes Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- .../marc-import-tag-stripping.txt | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/marc-import-tag-stripping.txt diff --git a/docs/RELEASE_NOTES_NEXT/marc-import-tag-stripping.txt b/docs/RELEASE_NOTES_NEXT/marc-import-tag-stripping.txt new file mode 100644 index 0000000000..7470dc09c5 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/marc-import-tag-stripping.txt @@ -0,0 +1,28 @@ +MARC Import Tag Stripping +========================= + +Administrators can configure MARC tags which are removed from MARC records +imported via Z39.50 and the Vandelay MARC Import/Export UI (ACQ and non-ACQ). +Tags are organized into groups. Groups can be marked as optional or required. +For each tag, every instance of the tag (including all subfields) are removed +from the record. + +MARC fields which are contained within required ('always_apply') tag groups +are always removed from inbound records. No action is needed. Tag groups +which are optional will appear in MARC import interfaces (see below) allowing +staff to select which groups of tags to strip from incoming records at import +time. + +Interfaces Affected +------------------- + + * Admin UI + ** Admin => Server Administration => MARC Import Remove Fields + * Z39.50 Import + ** Cataloging => Import Record from Z39.50 + ** Optional groups appear with the other import options + * Vandelay + ** Cataloging => MARC Import/ExportVandelay + ** Acquisistions => Load Order Records + ** Optional groups appear with the other import options + -- 2.11.0