[OPEN-ILS-GENERAL] bib and copy batches, WAS Is there a resource for initial setup
Metcalf, Steve
MetcalfS at evergreen.edu
Wed Sep 15 17:50:53 EDT 2010
Looking at the example import table created below, would the contents of
999|m in the incoming MARC record be the id of the actor.org_unit row
for the library, or is there something in the load logic that can find
the actor.org_unit id value, given the shortname in 999|m?
Steve Metcalf
INSERT INTO vandelay.import_item_attr_definition (
owner,
name,
tag,
owning_lib,
location,
call_number,
circ_modifier,
barcode,
price,
status
) VALUES (
1,
'Unicorn Import format -- 999',
'999',
'm',
'l',
'a',
't',
'i',
'p',
'k'
);
More information about the Open-ils-general
mailing list