Bug 15368

Summary: Add a command line script for merging records
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Command-line UtilitiesAssignee: Galen Charlton <gmcharlt>
Status: RESOLVED MOVED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: robin
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33036
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Katrin Fischer 2015-12-14 13:07:32 UTC
In some scenarios, like in a union catalog setting, it can happen that records need to be merged automatically. In order to make this possible, it would be nice if there was a script to use Koha's features for merging records from the command line.

To keep it simple, as a first step it should allow to merge 1 or more records  with a winning record without the option to select some fields from the non-winning records.
Comment 1 Katrin Fischer 2023-08-28 20:13:36 UTC
Marking this one as MOVED as I think the REST API endpoint implemented by bug 33036 could do the trick.