[Koha] Koha to MARC mapping

Galen Charlton galen.charlton at liblime.com
Wed Oct 8 03:14:05 NZDT 2008


Hi,

On Tue, Oct 7, 2008 at 9:40 AM, Winter, James <WinterJ at arcadia.edu> wrote:
> We're exporting a catalog key from Sirsi into MARC tag 994, subfield a. I've
> added a new column to the biblioitems table and created the mapping between
> that MARC field and the new Koha field, but no data ever gets into the new
> column in the database.

If you added a new column to the biblioitems table, you'll need to
modify the _koha_add_biblioitem() and
_koha_modify_biblioitem_nonmarc() routines in C4/Biblio.pm to make
sure it gets populated the next time you load records.

> And is the "NOTE : if you change the link between a MARC subfield and a
> non-MARC field, ask your administrator to run misc/rebuildnonmarc.pl
> script." message in the intranet interface in 3.0 leftover from 2.x?
> Rebuildnonmarc.pl doesn't exist.

Yes, sounds like a leftover.

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt


More information about the Koha mailing list