I imported a number of marc records from an older Koha system using staged marc import tool. For some reason the 952 field doesn't get imported. Here's an example of what a typical 952 field looks like: 952 | y0 | p1214 | q0 | 00 | u1228 | dMAIN | 10 | k9 BUS | 2010 - 01 - 15 | bMAIN I also noticed that the k subfield of 952 doesn't even exist on this new installation of Koha, why is that? Where is the information in this field supposed to go to? Upon import Koha creates items, but it doesn't even show the 952 field when staging the marc import. Why is that? How can I get Koha to import the 952 field too? -- View this message in context: http://koha.1045719.n5.nabble.com/Staged-marc-import-and-952-field-tp4962164... Sent from the Koha-general mailing list archive at Nabble.com.
I made a little mistake in posting, it should have been: 952 | y0 | p1214 | q0 | 00 | u1228 | dMAIN | 10 | k9 BUS | v2010 - 01 - 15 | bMAIN i.e. 2010 - 01 -15 is in subfield v Looking at the records vs. Koha's 952 subfields it seems that some information is in the wrong subfields (d should contain acquisition date, but it seems to contain the home branch instead, v should contain replacement price, but it contains the acquisition date, k and u subfields have vanished alltogether). -- View this message in context: http://koha.1045719.n5.nabble.com/Staged-marc-import-and-952-field-tp4962164... Sent from the Koha-general mailing list archive at Nabble.com.
On Thu, Nov 3, 2011 at 9:16 PM, Perch <jp@pk.dy.fi> wrote:
I made a little mistake in posting, it should have been:
952 | y0 | p1214 | q0 | 00 | u1228 | dMAIN | 10 | k9 BUS | v2010 - 01 - 15 | bMAIN
i.e. 2010 - 01 -15 is in subfield v
Looking at the records vs. Koha's 952 subfields it seems that some information is in the wrong subfields (d should contain acquisition date, but it seems to contain the home branch instead, v should contain replacement price, but it contains the acquisition date, k and u subfields have vanished alltogether).
I am not sure about mapping in older version of Koha, but in version 3.x the mapping is different than in you example. What do you mean by older Koha version (exact version number) and what is your current version? In Koha 3.6 you don't have filed 952 any more in MARC record at biblio level. You can see the current mapping for 952 field if you go to Administration -> Koha to MARC Mapping -> choose items from the menu Marijana
On Sat, Nov 5, 2011 at 5:14 AM, Marijana Glavica <mglavica@ffzg.hr> wrote:
In Koha 3.6 you don't have filed 952 any more in MARC record at biblio level.
It should be noted that while this field isn't in the MARC anymore, it is still used on the MARC import tool as the item record. So if you're importing records that have a 952 Koha will use that as the item record still - it will just take the data out of the 952 and put it in to the items table in the database. Nicole
On Sun, Nov 6, 2011 at 12:16 AM, Nicole Engard <nengard@gmail.com> wrote:
On Sat, Nov 5, 2011 at 5:14 AM, Marijana Glavica <mglavica@ffzg.hr> wrote:
In Koha 3.6 you don't have filed 952 any more in MARC record at biblio level.
It should be noted that while this field isn't in the MARC anymore, it is still used on the MARC import tool as the item record. So if you're importing records that have a 952 Koha will use that as the item record still - it will just take the data out of the 952 and put it in to the items table in the database.
Yes, thank you Nicole for this information I didn't mention. Perch, if your old Koha has different field mappings, you can probably use MARC edit to prepare your data for upload. Marijana
The current Koha version we're running is 3.04.04. The data is originally from version 2.xx. So if I understood correcly, the Koha still has 952 field, but it's hidden in later versions? I think I'll need to have a look at marcedit and hopefully I'll be able to modify the 952 so that the 3.04.04 is happy with it. -- View this message in context: http://koha.1045719.n5.nabble.com/Staged-marc-import-and-952-field-tp4962164... Sent from the Koha-general mailing list archive at Nabble.com.
On Mon, Nov 7, 2011 at 2:51 PM, Perch <jp@pk.dy.fi> wrote:
The current Koha version we're running is 3.04.04. The data is originally from version 2.xx. So if I understood correcly, the Koha still has 952 field, but it's hidden in later versions? I think I'll need to have a look at marcedit and hopefully I'll be able to modify the 952 so that the 3.04.04 is happy with it.
Filed 952 is removed from MARC in Koha database (biblioitems.marc and bibblioitems.marcxml). It is still used by MARC import tool to create items, so all data from 952 goes to items table. Marijana
participants (3)
-
Marijana Glavica -
Nicole Engard -
Perch