Re: [Koha] Bulkmarcimport.pl: importing new batch of records
Irma wrote:
Hello Tomasz,
We are working with the same kind of issues at the moment.
1) I can send you some files with very good full MARC records, if that were to help you. But do you use MARC21?
Thanks, but that`s not the case. I have my own records in the other ILS (ALEPH to be specific). I extracted the raw data from it in order to figure out the best way of importing it into KOHA and to develop a procedure that would give best results with least effort. After success, I allowed my colleagues to test KOHA, however the biblio and items databases were already outdated. New biblios and items are in Aleph, I can extract them and make them KOHA-importable. The problem would not exist if there were ONLY new biblios with items, however there are items that should be attached to biblio records already existing in KOHA.
3) Are you using as Koha test the 2.2.9 version or 3.0?
I use a Polish fork developed by Wojciech Zatorski. He is developing an "university library" version, I work in a public library, so it`s not the best fit, but still better than "mainstream" KOHA. The fork is heavily modified 2.4 with additions from later versions. Full compatibility is long gone, I guess.
4) There is a script already written for merging brief and full records in the Koha reservoir. I just need to ask for it.
Not my case again :) I have biblios with items with Koha, just need to attach more items to those biblios: read record from file -> look at ISBN in subfield 020a, search biblioitems for matching isbn -> if found, import field 952 only with biblionumber and biblioitemnumber of the found record. If not found, import all fields as a new biblio/biblioitem/item. I know it would create duplicate biblios, but less than importing everything as complete records. Or maybe someone has a better idea?... Regards, Tomasz.
Hi Tomasz,
Thanks, but that`s not the case. I have my own records in the other ILS (ALEPH to be specific). I extracted the raw data from it in order to figure out the best way of importing it into KOHA and to develop a procedure that would give best results with least effort. After success, I allowed my colleagues to test KOHA, however the biblio and items databases were already outdated. New biblios and items are in Aleph, I can extract them and make them KOHA-importable. The problem would not exist if there were ONLY new biblios with items, however there are items that should be attached to biblio records already existing in KOHA.
I'm a tester of Koha for my firm (www.cilea.it) and also a System Librarian on Aleph500. In your output from Aleph500 you have the id of the bib record in the tag 001. You can modify youe Koha and the Bulkmarcimport.pl to mantain this information. For example if you use Unimarc or MARC21 you can use the tag 035. So, in this situation, instead of:
read record from file -> look at ISBN in subfield 020a, search biblioitems for matching isbn -> if found, import field 952 only with biblionumber and biblioitemnumber of the found record. If not found, import all fields as a new biblio/biblioitem/item.
you do: read record from file -> look at ID in subfield 035a, search biblioitems for matching ID -> if found, import field 952 only with biblionumber and biblioitemnumber of the found record. If not found, import all fields as a new biblio/biblioitem/item. Attention that in Aleph500 Bibliographic ID is different from Administrative ID (global XXX01 vs global XXX50). Bye Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @)
participants (2)
-
Tomasz Holdowanski -
Zeno Tajoli