Create a Data flow Task and rename it to ToSharePointList
Using SQL Server SSIS for Loading data into SharePoint List
- Double click the task and open the Data Flow
- Add a Flat File Source and Configure (This files should have compatible fields as per your SharePoint List)
- Add SharePointListDestination 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
- Execute the package
- Go to the SharePoint site and check the list for the data
- Screen Shot follows:
No comments:
Post a Comment