12 Feb
2019
12 Feb
'19
12:33 p.m.
Excerpts from Myriam Torres's message of 2019-02-12 11:22:18 +0200:
[...] The problem is that instead of creating a single item with all the information it creates many items with different information. This is my mrc file: [...] =952 \\$aAKL =952 \\$bAKL =952 \\$o005.265 =952 \\$p0014915 =952 \\$yBK
The problem is that Koha treats each 952 field as a separate item. So in this example, you have five item records instead of one. You will need to merge each 952 subfield into a single 952 field, like this: =952 \\$aAKL \\$bAKL \\$o005.265 \\$p0014915 \\$yBK (Apologies if I have the syntax wrong; I use my own scripts instead of Marcedit.)