]> git.evergreen-ils.org Git - Evergreen.git/commit
Default Vandelay merge profiles
authorBill Erickson <berick@esilibrary.com>
Thu, 19 Jan 2012 16:03:44 +0000 (11:03 -0500)
committerMike Rylander <mrylander@gmail.com>
Tue, 28 Feb 2012 19:56:21 +0000 (14:56 -0500)
commitc541a4797457907be2382866888e93ed6edec6eb
tree85aa343c0c2c6bf4109746a5eab0f9068a7b001c
parentdb2759bcf9de84f9c22a9499f4d8120c987746d1
Default Vandelay merge profiles

Adds 2 default vandelay merge profiles, in part so users will have some
useful sample data, but also so the community can have some
basic/consistent profiles for documentation purposes.

1. Match-Only Merge

This is a no-op merge.  It's only purpose is to allow Vandelay, which
requires a profile of some sort to do anything, to find matching
records.  This is useful for importing holdings when the MARC from the
source record is not desired.  It will also be useful in the
(forthecoming) Vandelay-driven Acquisitions lineitem linking (LP
pending).

The target/incumbent record is not affected.

2. Full Overlay

Used for overlaying an entire inbound MARC record over its target
record.  The target/incumbent record is completely replaced by the
inbound record.

For both, 901c is used because it's automatically updated on the target
record to match the internal ID, regardless of any field
preservation/stripping.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.vandelay-default-merge-profiles.sql [new file with mode: 0644]