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.
Created attachment 195102 [details] [review] A patch to implement optional staged batch filenames in Connexion importer