Hello,
I have a job that runs set of ETL packages that import the data from excel files to database tables. The new files arrive anytime. There is no fixed schedule when they arrive.
The requirement is to set up a job in such a way that it triggers only when the new file is uploaded.
Here are examples of files:
ATM_DRIFT_DETAIL.XLSX
ATM_DETAIL.XLSX
The new files are overwritten with the same file name.
Any suggestion on how to accomplish this?