Dear All, May i know the command through which i can import Marc data in specific bibliographic format of Koha?. I am following the below method but it imports the data in default format only. http://kohageek.blogspot.in/2016/05/bulk-marc-import-using-command-line.html With Regards, Vinod Kumar Mishra, Assistant Librarian, Biju Patnaik Central Library (BPCL), NIT Rourkela, Sundergadh-769008, Odisha, India. Mob:91+9439420860 Website: http://mishravk.com/ *"Spiritual relationship is far more precious than physical. Physical relationship divorced from spiritual is body without soul" -- Mahatma Gandhi*
I got the solution which is available inside the *bulkmarcimport.pl <http://bulkmarcimport.pl> file of Koha. So the command would be:* *perl bulkmarcimport.pl <http://bulkmarcimport.pl> –framework BKS -file kohaMARC_x.mrc* (BKS is framework code) You may get lot of solutions inside that file if you are importing the file in Koha though command line. With Regards, Vinod Kumar Mishra, Assistant Librarian, Biju Patnaik Central Library (BPCL), NIT Rourkela, Sundergadh-769008, Odisha, India. Mob:91+9439420860 Website: http://mishravk.com/ *"Spiritual relationship is far more precious than physical. Physical relationship divorced from spiritual is body without soul" -- Mahatma Gandhi* On Mon, May 1, 2017 at 12:23 PM, vinod mishra <mishravk79@gmail.com> wrote:
Dear All,
May i know the command through which i can import Marc data in specific bibliographic format of Koha?. I am following the below method but it imports the data in default format only.
http://kohageek.blogspot.in/2016/05/bulk-marc-import- using-command-line.html
With Regards,
Vinod Kumar Mishra, Assistant Librarian, Biju Patnaik Central Library (BPCL), NIT Rourkela, Sundergadh-769008, Odisha, India. Mob:91+9439420860 Website: http://mishravk.com/
*"Spiritual relationship is far more precious than physical. Physical relationship divorced from spiritual is body without soul" -- Mahatma Gandhi*
Hi Vinod
May i know the command through which i can import Marc data in specific bibliographic format of Koha?. I am following the below method but it imports the data in default format only.
http://kohageek.blogspot.in/2016/05/bulk-marc-import-using-command-line.html
As far as I know only ISO2709 (default) and MARCXML are supported bibliographic formats. I usually load MARCXML data like this ("XX" ist the name of the desired framework): # export KOHA_CONF=/etc/koha/sites/YOURINSTANCE/koha-conf.xml # /usr/share/koha/bin/migration_tools/bulkmarcimport.pl -b -m marcxml -framework=XX -file titledata.marcxml -v Many more options for your actual script "bulkmarcimport.pl" you will see when using option "-h". Also most or even all of these options can be seen at * https://perldoc.koha-community.org/misc/migration_tools/bulkmarcimport.html (I never know what versions of these scripts are shown in perldoc.koha-community.org) Hope this helps. Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
participants (2)
-
Michael Kuhn -
vinod mishra