[Koha-bugs] [Bug 29597] Add tomarcplugin option to bulkmarcimport.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 2 19:26:12 CET 2021


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

--- Comment #1 from David Gustafsson <glasklas at gmail.com> ---
Created attachment 128181
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128181&action=edit
Bug 29597: Add tomarcplugin option to bulkmarcimport.pl

Add tomarcplugin option to bulkmarcimport script.

To test:

1) Place ToMarcExample.pm in a Koha plugin directory at
Koha/Plugin/ToMarcExample.pm
   and make sure its enabled and installed in Koha
2) Import some biblio with
   ./bulkmarcimport.pl -v -b -file biblios.mrc -insert -update -c=MARC21 -n=1
-tomarcplugin="Koha::Plugin::ToMarcExample"
3) For the imported biblio, check that field 590a has been populated with
   the value 'ToMarcExample added field'

Sponsored-by: Gothenburg University Library

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


More information about the Koha-bugs mailing list