I have an SSIS package that creates to multiple pairs of files to be used as import sources for our ERP system. My problem is that in each pair, one has to start with the string HDR_
and other with LNE_
.
While the remainder of the file names is not prescribed, but both HDR_
and LNE_
MUST end with the same string. I have tried using a string variable using the system time, but this will change between generating the HDR_
and the LNE_
. Even when using only hours and seconds, there is a high likelihood of a mismatch.
Does someone have a solution?