From 8a79f8b63c0fa86175c05b4b3b637f01d3032cb8 Mon Sep 17 00:00:00 2001 From: Rogan Hamby Date: Wed, 28 Aug 2019 13:54:43 -0400 Subject: [PATCH] improved docs for mig-stagebibs --- mig-bin/mig-stagebibs | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/mig-bin/mig-stagebibs b/mig-bin/mig-stagebibs index 36ff241..e00c1d3 100755 --- a/mig-bin/mig-stagebibs +++ b/mig-bin/mig-stagebibs @@ -3,19 +3,27 @@ ############################################################################### =pod -=item B --file foo.xml +=item B --file foo.mrc.xml Takes a load of bibs from a UTF-8 MARC XML file and loads them into mig staging -table of bibio_record_entry. This is done with no checking of file validity +table of bibio_record_entry_legacy. This is done with no checking of file validity so records should be checked before hand and cleaned. -Takes one optional arguments: +Takes three optional arguments: --source Sets an x_source value on the staging table to the one supplied instead of the default of none. +--auth foo.mrc.xml + +This will load bibs into the authority_record_entry_legacy. + +--serial foo.mrc.xml + +This will load bibs into the serial_record_entry_legacy. + =back =cut -- 1.7.2.5