Hi,
I have excel files (.xlsx) that are dropped in a location daily. I wish to create a package that will importone sheet of the worksheets into an SQL table. Thus, I want to check for new excel files in my location, and if there is a new one, an import is executed to append the records from the excel files into the table.
Please assist
Many thanks