https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39537
Thomas Klausner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Thomas Klausner <[email protected]> --- AFAIK (after some discussions on Koha Hackfest) the reason for the double loop was to validate all the records before importing them. It seems that in the old behaviour, bulkmarcimport could die in the middle of processing (when hitting an invalid MARC XML), leaving you with an unknown number of imported records, and no info which record actually is broken. But loading all the records into an array does not work with big files. See also Bug 37020 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
