[Koha] Koha to MARC mapping

Winter, James WinterJ at arcadia.edu
Wed Oct 8 07:34:36 NZDT 2008


A related question, maybe. I'm trying to retrieve embedded item information from our MARCXML file.

I tried changing the tag in the XML to 994 and mapping the item fields to the appropriate subfields in the 994 tag but that didn't do it. If I manually change the 994 to 952 and manually change the subfields appropriately, I get items created automatically.

One of two things will help a lot; one, does anyone know of a good command-line xml search and replace utility? Or two, is there a step I'm missing in changing the MARC fields for the item fields?

Thank you. 

James Winter
Arcadia University
Systems Manager
215.517.2588
winterj at arcadia.edu
 


-----Original Message-----
From: koha-bounces at lists.katipo.co.nz [mailto:koha-bounces at lists.katipo.co.nz] On Behalf Of Winter, James
Sent: Tuesday, October 07, 2008 10:23 AM
To: Galen Charlton
Cc: koha at lists.katipo.co.nz
Subject: Re: [Koha] Koha to MARC mapping

This is exactly what I was missing. Thank you, works perfectly now.

James Winter
Arcadia University
Systems Manager
215.517.2588
winterj at arcadia.edu
 


-----Original Message-----
From: Galen Charlton [mailto:galen.charlton at liblime.com] 
Sent: Tuesday, October 07, 2008 10:14 AM
To: Winter, James
Cc: koha at lists.katipo.co.nz
Subject: Re: [Koha] Koha to MARC mapping

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
_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


More information about the Koha mailing list