10 Jan
2020
10 Jan
'20
10:02 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24123 --- Comment #9 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Martin Renvoize from comment #6)
Also.. I'm really not sure why we need MARC::Batch at all.. my understanding is that its intended use case is for multiple files, but we're only loading a single file using bulkmarcimport aren't we?
MARC::Batch is used to loop on several MARC records from a given file. I guess we could replace it with RecordsFromISO2709File and RecordsFromMARCXMLFile however. -- You are receiving this mail because: You are watching all bug changes.