We're currently working on migrating our data from Sirsi to Koha but I'm having some problems and I'm curious if anyone else has run into the same problem. 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. The other fields that are mapped (isbn, issn, publisher, etc.) are filled after running bulkmarcimport.pl but the new field is not. I can see the field in the marcxml column with the correct data. 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. I appreciate any help. Thank you. James Winter Arcadia University <http://www.arcadia.edu/> Systems Manager 215.517.2588 winterj@arcadia.edu <mailto:winterj@arcadia.edu>
Hi, On Tue, Oct 7, 2008 at 9:40 AM, Winter, James <WinterJ@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@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
This is exactly what I was missing. Thank you, works perfectly now. James Winter Arcadia University Systems Manager 215.517.2588 winterj@arcadia.edu -----Original Message----- From: Galen Charlton [mailto:galen.charlton@liblime.com] Sent: Tuesday, October 07, 2008 10:14 AM To: Winter, James Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Koha to MARC mapping Hi, On Tue, Oct 7, 2008 at 9:40 AM, Winter, James <WinterJ@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@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
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@arcadia.edu -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Winter, James Sent: Tuesday, October 07, 2008 10:23 AM To: Galen Charlton Cc: koha@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@arcadia.edu -----Original Message----- From: Galen Charlton [mailto:galen.charlton@liblime.com] Sent: Tuesday, October 07, 2008 10:14 AM To: Winter, James Cc: koha@lists.katipo.co.nz Subject: Re: [Koha] Koha to MARC mapping Hi, On Tue, Oct 7, 2008 at 9:40 AM, Winter, James <WinterJ@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@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Galen Charlton -
Winter, James