SSIS Excel/CSV from Sharepoint to SQL Server

前端 未结 2 588
面向向阳花
面向向阳花 2021-01-21 23:20

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

2条回答
  •  广开言路
    2021-01-22 00:12

    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:

    • Comprehensive C# watch-folder for SharePoint
    • FileSystemWatcher Class
    • Using FileSystemWatcher to monitor a directory
    • How to detect a new file in a shared folder?
    • Monitor a SharePoint document library (ACM)
    • SSIS Data Flow Source & Destination for SharePoint Excel Services
    • dtexec Utility (SSIS Tool)

提交回复
热议问题