I am thinking of using ssis reading excel files in the folder.
The folder is updated daily by putting new file in without deleting any old files.
I am now using a 'for each' container to loop all the files and loading them into a consolidated table.
However, the boss only wants the latest file to be loaded into the table and he does not want a incremental table.
Can ssis check the file creation date using some functions in ssis and only load the latest one?