[Koha-bugs] [Bug 7131] way to overlay items in in marc import

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 3 22:15:02 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7131

--- Comment #55 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hm there is a bug caused by this:

This is the result of importing a batch from command line without the patch. 
All numbers shown are correct.

MARC record staging report
------------------------------------
Input file:                 ../../Downloads/bib-4.utf8
Record type:                biblio
Number of input records:    1
Number of valid records:    1
Number of invalid records:  0
Number of records matched:  1
Number of items parsed:  4

And that's the result with the patch:

MARC record import report
----------------------------------------
Batch number:                    7
Number of new records added:     0
Number of records replaced:      1
Number of records ignored:       4
Number of items added:           0
Number of items ignored:         0

The number of records ignored should be the number of items ignored.

Commands used:
./stage_file.pl --file ../../Downloads/bib-4.utf8 --add-items --comment
"something" --match 3
./commit_file.pl --batch-number 8

Matching rule 3 is 001 in my database, as my records all have unique
identifiers.

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


More information about the Koha-bugs mailing list