There is a FOLIO bug that is causing some issues with files sent from Data Import - see write up here.
TLDR - when a file name is a string of numbers followed by - the numbers get cut off leaving all VMA file names looking like e.g. processed.mrc in the data import logs. What I am wondering is, how hard would it be for the VMA to switch from using - to _? The underscore does not cause this same issue.
There is a FOLIO bug that is causing some issues with files sent from Data Import - see write up here.
TLDR - when a file name is a string of numbers followed by - the numbers get cut off leaving all VMA file names looking like e.g. processed.mrc in the data import logs. What I am wondering is, how hard would it be for the VMA to switch from using
-
to_
? The underscore does not cause this same issue.