Hi All,
i've got a job that runs in DI Studio every 12 hours, it reads in and processes loads of hourly files I.E (Data_2019073101 (1AM), Data_2019073102 (2AM) then spits it out into one master table. What i'm trying to do is add these hourly times to the output of the data in the master table when its complete. I was thinking of a file lister, but realised it won't work because when the job runs it will bring in 12 hours of files at once and won't know where to put the correct hour based on the data.
Any ideas?
Thanks