[Koha] problem importing marc records

Marijana Glavica mglavica at ffzg.hr
Tue Apr 15 09:55:01 NZST 2008


On Mon, Apr 14, 2008 at 01:50:20PM -0700, Huck wrote:
> #3100 is the last successfully 'imported' record according to the Manage 
> Staged MARC Records page...
> consequently it is page 124 of some 449 pages(how they are broken up).
> 
> is there not a command-line method of completing the import...without 
> backgrounding the process?

Or maybe you want to import your records completely from command line?
Use script bulkmarcimport.pl 
you can find it under misc/migration tools directory
run it like
./bulkmarcimprot.pl -h 
to see all options

And also, you may realy have problems with your marc (ISO2709) file 
(Jesse mentiond this).
For looking into your marc file you can use marcdump tool (coming with
one of perl modules needed by Koha). It should be in your path, just run
something like:
	marcdump your_marc_file > dump
and you will get file named "dump" with all your data dumped in txt with
tags.

if you want to check you marc file for errors, marclint will do the job:
	marclint your_marc_file




Marijana


---
Marijana Glavica
Faculty of Humanities and Social Sciences Libraries
I. Lucica 3, 10000 Zagreb, Crotia
http://www.knjiznice.ffzg.hr


More information about the Koha mailing list