Bug 42059 - Allow Connexion import utility to specify a file name to distinguish staged batches
Summary: Allow Connexion import utility to specify a file name to distinguish staged b...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: MARC Bibliographic record staging/import (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-03-10 19:50 UTC by Jason Boyer
Modified: 2026-03-10 20:37 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Crowdfunding committed: 0
Crowdfunding contact:
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
A patch to implement optional staged batch filenames in Connexion importer (4.91 KB, patch)
2026-03-10 20:37 UTC, Jason Boyer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Boyer 2026-03-10 19:50:49 UTC
If a system has multiple libraries that use the Connexion import utility and stage their records, all record imports will be placed in the same unnamed staged batch until it is imported or cleaned / deleted. This can cause records from multiple libraries to end up in one big pile that confused catalogers may import or remove all at once even if further scrutiny is needed (otherwise they would just use the direct import method).

I'd like to allow the importer to specify a filename; either a static string or one with very basic dynamic elements such as a timestamp or a simple counter. This would require multiple instances of the importer with different configs to use multiple names, but that may already be the case if a system uses one port for staged imports and another for direct, etc.
If no import filename is specified in the config everything should continue to behave it does today.
Comment 1 Jason Boyer 2026-03-10 20:37:42 UTC
Created attachment 195102 [details] [review]
A patch to implement optional staged batch filenames in Connexion importer