Connecting to SharePoint from SSIS using OData Source

前端 未结 1 874
遥遥无期
遥遥无期 2021-01-24 03:26

I am trying to connect to SharePoint hosted on the Microsoft cloud using the OData source. I am trying to pull the Project related data into the sql table from the SharePoint li

相关标签:
1条回答
  • 2021-01-24 03:58

    I was able to download the list data from sharepoint to SQL using the 32 bit OData source component.The trick is to use the suffix "/_vti_bin/listdata.svc".

    For Ex: If your URL for the List data is :https://sharepoint.com/sales the service document location URL should look like https://sharepoint.com/Sales/_vti_bin/listdata.svc. Also Enable the Microsoft Online Services Authentication=True in the Connection manager settings.

    Thank you Sharath

    0 讨论(0)
提交回复
热议问题