https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27365 Julian Maurice <julian.maurice@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |julian.maurice@biblibre.com --- Comment #21 from Julian Maurice <julian.maurice@biblibre.com> ---
If someone could confirm, we might be able to close this? This is still an issue in master. I tried importing a MARCXML file with a field containing more than 9999 characters and while the import was successful. It resulted in a lot of garbage in the stored MARCXML (ASCII 30 and 29 in random places)
I think it should be fixed by fixing MARC::Record (not sure how ? excluding big fields from the output ? truncating ? ...), and/or by stopping to use iso2709 in koha wherever we can. For instance, when importing a MARCXML file I believe Koha convert it to iso2709 (for storing into import_records table) and then back to MARCXML (when creating the biblio). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.