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

Jan Kissig <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Jan Kissig <[email protected]> ---
I just rechecked and I think the problem was sitting in front of the keyboard
:)

The command was missing the value for -m which then defaults to ISO2709

perl /usr/share/koha/bin/migration_tools/bulkmarcimport.pl -b -v -m --file
my_record.marcxml'

It should be 

perl /usr/share/koha/bin/migration_tools/bulkmarcimport.pl -b -v -m=MARCXML
--file my_record.marcxml

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to