SharePoint List and SSIS SQL Server (Retrieving data from SahrePoint List)
Retrieving Data from SharePoint List using SQL Server SSIS
- Create a Test Package in SSIS
- Create a Data flow Task and rename it to FromSharePointList
- Double click the task and open the Data Flow
- Add SharePointListSource from Tool box
- Right click on the item and click edit
- Add the Site URL: http://Vijay// (Ex: This is the name of my URL http://Vijay/Lists/EmpContactAdvWorks/AllItems.aspx)
- Add the Site List Name: Name of the List you want to copy to a Flat-File (Ex:This is the name of my list EmpContactAdvWorks)
- Go to Column Mapping and <Refresh> and Click OK
- Now add a Flat-File destination and double click to configure
- Create a new Flat File destination and Map the fields
- Run the Package
- Screen Shot follows:
No comments:
Post a Comment