Just read the below article which tells us how to read the data from SharePoint 2013.
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/42817541-f343-4ede-bc7d-90e8441022b8/how-to-use-ssis-2014-to-read-from-sharepoint-list-?forum=sqlintegrationservices
I need to know if there is something similar available(free) to write the data to SharePoint List.
I have this SSIS 2012 package which does CRUD operation in SharePoint 2013. I was using SharePoint Adapter available in CodePlex. But now this package in failing in SQL Server 2014 due to NTLM issue.
So I need to change my SSIS to do the CRUD Operation. Read operation is possible as mentioned above but how to do writing?
Thanks,
Amit
Amit Sahoo