[Koha-bugs] [Bug 27421] Porting tools/stage-marc-import.pl to BackgroundJob

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 17 07:42:28 CEST 2022


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

--- Comment #25 from David Cook <dcook at prosentient.com.au> ---
>From a dev perspective, I've been wanting to do clean asynchronous MARC
importing as part of OAI-PMH harvesting, but I don't think I'd be able to use
these background jobs. That's OK though. I think those will need to be
customized anyway, and any reusable code will need to be refactored later...

I wondered if ./misc/migration_tools/bulkmarcimport.pl would be able to use
this, but unfortunately that script seems to have its own approach entirely to
importing MARC records. 

So technically... I think this is good enough too. 

I reckon let's get this into the codebase, and optimizations can happen later.
It gets the job done! 

--

Note that I only tested with 1 MARC record. QA will probably want to test using
a larger number of MARC records.

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


More information about the Koha-bugs mailing list