staged record loader: add various authority record actions
authorGalen Charlton <gmc@esilibrary.com>
Mon, 11 Apr 2016 19:32:52 +0000 (15:32 -0400)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 11 Apr 2016 19:32:52 +0000 (15:32 -0400)
commitf1cf1b50a081ad0ca08718c9ee3a389f7057279c
treede607b689e3d82988b5242564a5a8702cc3fbf15
parent3b69a3f894fc8ecd477e0017e534659cf3b655c3
staged record loader: add various authority record actions

--action stage_auths          - load MARC authorities into staging
                                table
--action match_auths          - identify matches with authority
                                records already present in the
                                Evergreen database; matching is
                                based on LCCN, cancelled LCCN, and
                                main heading.
--action load_new_auths       - load new (unmatched) authorities
--action overlay_auths_stage1 - overlay based on LCCN where
                                heading has not change; this step
                                disables propagation to bib records
--action overlay_auths_stage2 - overlay based on LCCN where heading
                                has NOT changed; propagates changes
                                to bib records
--action overlay_auths_stage3 - overlay for records where a cancelled
                                LCCN is replaced with a new one
--action link_auth_auth       - run authority_authority_linker.pl for
                                the authorities that were overlaid
                                or added in this batch.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
eg_staged_bib_overlay