Hello, I'm using the SharePoint List Destination control trying to update a Sharepoint list. I have a SSIS Data Viewer set up prior to the SharePoint Destination control running and I can see many rows that "should" be getting updated. These are string values that I'm trying to update from a Non-NULL value like "PSC" and I want to set them equal to NULL. It appears (when running the package in Visual Studio) that the SharePoint List Destination control runs successfully (turns green) and I can see from the Data Viewer that many rows should be getting passed to Sharepoint, but when I refresh the Sharepoint site, I'm not seeing the Non-NULL values changing to NULL. When I insert totally "new" rows into the Sharepoint list, the values that are NULL show up properly in Sharepoint as NULL. The problem I'm seeing seems to be related to updates, specifically when going from a Non-NULL value to NULL. Has anyone experienced the same thing? If so, is there a work around? Thanks!
I asked this question on the Sharepoint Codeplex site, no answer yet. :(
http://sqlsrvintegrationsrv.codeplex.com/discussions/358649
Update - 06/08/2012