[Koha-bugs] [Bug 6113] enhancement to keep previous ids

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 19 19:13:45 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6113

--- Comment #10 from Galen Charlton <gmcharlt at gmail.com> 2011-04-19 17:13:45 UTC ---
Details of proposed change - add four new parameters to bulkmarcimport.pl:

•    --reuse-legacy-rec-id - when specified, set the biblionumber (or authority
iD) of a new imported record to the numeric ID present in the MARC record
•    --legacy-rec-id-tag - when specified, the tag containing the legacy bib or
authority ID.  If not specified, defaults to the biblionumber/authoritynumber
tag set in the default MARC framework.
•    --legacy-rec-id-subf - like --legacy-rec-id-tag, but for the subfield
•    --overlay-on-rec-id - when specified, if an incoming record has the same
bib ID as an exist Koha bib or authority, the Koha record will be replaced by
the incoming record.  This option is effectively only when
--reuse-legacy-rec-id is on.  If --reuse-legacy-rec-id is enabled but
--overlay-on-rec-id is not, if an incoming record matches an existing Koha
record, the record would instead be written to an exception file.

If --reuse-legacy-rec-id is in effect but the ID found in the tag/subfield for
the legacy record is not numeric, the record will be written to an exception
file.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list