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 m...@adminkuhn.ch · W www.adminkuhn.ch
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to