[Koha-bugs] [Bug 19164] Allow MARC modification templates to be used in staged MARC imports

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 21 12:04:56 CET 2017


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

--- Comment #16 from Koha Team Lyon 3 <koha at univ-lyon3.fr> ---
Hello,
just for information, we apply it on the top of a koha 16.11.12 and test it
with our own marc file and our own model. 
We launch this command :
stage_file.pl --encoding UTF-8 --file export_201710031044.mrc --add-items
--marcmodtemplate "test"

It works as expected, the modification model is apllied but there's several
warnings :
ERROR occurred in SetUTF8Flag Field 020 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
ERROR occurred in SetUTF8Flag Field 245 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
ERROR occurred in SetUTF8Flag Field 020 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
ERROR occurred in SetUTF8Flag Field 245 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
ERROR occurred in SetUTF8Flag Field 020 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
ERROR occurred in SetUTF8Flag Field 245 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
Use of uninitialized value in join or string at /usr/share/perl5/MARC/Field.pm
line 696.
ERROR occurred in SetUTF8Flag Field 020 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
ERROR occurred in SetUTF8Flag Field 245 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
Use of uninitialized value in join or string at /usr/share/perl5/MARC/Field.pm
line 696.
ERROR occurred in SetUTF8Flag Field 020 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.
ERROR occurred in SetUTF8Flag Field 245 must have at least one subfield at
/home/koha/src/C4/Charset.pm line 145.

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


More information about the Koha-bugs mailing list