[Koha-bugs] [Bug 24123] bulkmarcimport.pl doesn't support UTF-8 encoded MARCXML records

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 10 10:02:14 CET 2020


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

--- Comment #9 from Jonathan Druart <jonathan.druart at 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.


More information about the Koha-bugs mailing list