[Koha-bugs] [Bug 20447] Add support for MARC holdings records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 3 08:54:23 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20447

--- Comment #120 from Ere Maijala <ere.maijala at helsinki.fi> ---
A couple of simple checks first: check that you have holdings.xml in the
current directory and that it's valid xml. bulkmarcimport doesn't have very
good error checking and it will just report 0 records if it doesn't find the
file or can't read it. For what it's worth, here are my results:

$ xmllint -noout holdings.xml 
$ misc/migration_tools/bulkmarcimport.pl -biblios -holdings -file holdings.xml
-m MARCXML
.....
5 MARC bibliographic records and 3 holdings records done in 1.711 seconds

If you are still unable to make it work, I'll need to recheck with kohadevbox.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list