Hi, I want to use the bulkmarcimport script to import records using a new biblio framework I created for my library's multimedia collection and not the default biblio framework I use for the rest of the collection. I don't see any way to specify this in the command. Is this possible to do?
Hi, I have a minor contribution to those who may benefit. After all, I have been leaching for some time now... I have written a small and rudimentary perl script that creates Marc records out of the results from a db search (mysql is used in the example script attached) and puts them into a Marc record using the perl MARC library and fields/subfields of your designation. I created this in order to import data from our multimedia collection which contains unique materials and was minimally cataloged w/ filemaker. I got the data I needed into a mysql db and wrote the script to be executed on the Koha server. The perl libraries needed to run this script should already be available on a working Koha server. I will be happy to answer question for anyone who is likely to use this. This is my first foray into writing perl scripts, however I am a seasoned php developer w/alot of db experience and have previously written scripts in Php to bulk edit marc records pulled from external z39 servers with our libraries custom data fields. blah blah blah Happy Friday, Tony Begin forwarded message:
From: Anthony Manzo <manzo@salk.edu> Date: September 28, 2007 12:08:25 PM PDT To: koha@lists.katipo.co.nz Subject: bulkmarcimport and different framework
Hi, I want to use the bulkmarcimport script to import records using a new biblio framework I created for my library's multimedia collection and not the default biblio framework I use for the rest of the collection. I don't see any way to specify this in the command. Is this possible to do?
Hi list, On 29-Sep-2007, Anthony Manzo wrote:
I want to use the bulkmarcimport script to import records using a new biblio framework I created for my library's multimedia collection and not the default biblio framework I use for the rest of the collection. I don't see any way to specify this in the command. Is this possible to do?
I'm following up to this old post (almost 1,5 years old) by Anthony Manzo, because I have the same question that he has: Is it possible to use the Bulk MARC Import perl script (bulkmarcimport.pl) of Koha to import records using a MARC framework *other* than the default framework? Does anyone have any comments, instructions, code... concerning this? Thanks in advance! Cheers, Ricardo Dias Marques lists AT ricmarques DOT net Installation Guide for Installing Koha 3 on openSUSE 11 http://wiki.koha.org/doku.php?id=opensuse_11.0 -- View this message in context: http://www.nabble.com/bulkmarcimport-and-different-framework-tp12946755p2381... Sent from the Koha - Discuss mailing list archive at Nabble.com.
Dear Ricardo, Using bulkmarcimport is faster than KOHA 3.0 import feature. You must allways guarantee that you add right tag on each record to define framework to be used and then run a script to create indexes. Regards, Rafael Citando ricmarques <lists@ricmarques.net>:
Hi list,
On 29-Sep-2007, Anthony Manzo wrote:
I want to use the bulkmarcimport script to import records using a new biblio framework I created for my library's multimedia collection and not the default biblio framework I use for the rest of the collection. I don't see any way to specify this in the command. Is this possible to do?
I'm following up to this old post (almost 1,5 years old) by Anthony Manzo, because I have the same question that he has:
Is it possible to use the Bulk MARC Import perl script (bulkmarcimport.pl) of Koha to import records using a MARC framework *other* than the default framework? Does anyone have any comments, instructions, code... concerning this?
Thanks in advance!
Cheers, Ricardo Dias Marques lists AT ricmarques DOT net Installation Guide for Installing Koha 3 on openSUSE 11 http://wiki.koha.org/doku.php?id=opensuse_11.0
-- View this message in context: http://www.nabble.com/bulkmarcimport-and-different-framework-tp12946755p2381... Sent from the Koha - Discuss mailing list archive at Nabble.com.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Hi Rafael (and list)! On Mon, Jun 1, 2009 at 16:36, <rafael.antonio@sapo.pt> wrote:
Using bulkmarcimport is faster than KOHA 3.0 import feature. You must allways guarantee that you add right tag on each record to define framework to be used and then run a script to create indexes.
Thanks for the tip. I have to admit that I'm confused, though: *what* tag do you add, on each record, to define the MARC framework for bulkmarcimport.pl ? And *how* do you add that tag to the .iso file (I think that's in ISO 2709 format) that is being imported by bulkmarcimport? Cheers, Ricardo
participants (4)
-
Anthony Manzo -
rafael.antonio@sapo.pt -
Ricardo Dias Marques -
ricmarques