I need to take Excel/CSV files from Sharepoint and put them into a table on SQL Server.
I\'d like to like these packages to deploy automatically, so anytime somebody puts in
I have made a similar scenario but not with sharepoint, i was listening from a local directory. Hope that this answer puts you on the right way.
I think that you have to use/build an application that listen on a specific folder and when excel file is added it execute the package using dtexec utility.
You can refer to these links for more information: