<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>SQLSrvIntegrationSrv Release Rss Feed</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx</link><description>SQLSrvIntegrationSrv Release Rss Description</description><item><title>Updated Release: SharePoint List Source and Destination (Mar 17, 2009)</title><link>http://sqlsrvintegrationsrv.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 3/18/2009&lt;br&gt;1) Hotfix update.&lt;br&gt; &lt;br&gt;UPDATE - 3/17/2009&lt;br&gt;1) Fixed support for multi-line text to be retrieved from SharePoint as NTEXT (there was a bug in previous attempt at this)&lt;br&gt;2) Added ability for user to rename source/destination columns and have the names remain even after refreshing the sharepoint list from the source (to pull in new columns or something)&lt;br&gt;3) Updated it so that numeric values from SharePoint will come into SSIS as null if they are null, vs being translated to a 0&lt;br&gt;4) This release will fix an issue with prior release's version # making it a breaking change for SSIS Packages&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Thu, 19 Mar 2009 22:17:29 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint List Source and Destination (Mar 17, 2009) 20090319101729P</guid></item><item><title>Released: SharePoint List Source and Destination (Mar 17, 2009)</title><link>http://sqlsrvintegrationsrv.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 3/18/2009&lt;br&gt;1) Hotfix update.&lt;br&gt; &lt;br&gt;UPDATE - 3/17/2009&lt;br&gt;1) Fixed support for multi-line text to be retrieved from SharePoint as NTEXT (there was a bug in previous attempt at this)&lt;br&gt;2) Added ability for user to rename source/destination columns and have the names remain even after refreshing the sharepoint list from the source (to pull in new columns or something)&lt;br&gt;3) Updated it so that numeric values from SharePoint will come into SSIS as null if they are null, vs being translated to a 0&lt;br&gt;4) This release will fix an issue with prior release's version # making it a breaking change for SSIS Packages&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 19 Mar 2009 22:17:29 GMT</pubDate><guid isPermaLink="false">Released: SharePoint List Source and Destination (Mar 17, 2009) 20090319101729P</guid></item><item><title>Updated Release: SharePoint List Source and Destination (Mar 17, 2009)</title><link>http://sqlsrvintegrationsrv.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 3/18/2009&lt;br&gt;1) Hotfix update.&lt;br&gt; &lt;br&gt;UPDATE - 3/17/2009&lt;br&gt;1) Fixed support for multi-line text to be retrieved from SharePoint as NTEXT (there was a bug in previous attempt at this)&lt;br&gt;2) Added ability for user to rename source/destination columns and have the names remain even after refreshing the sharepoint list from the source (to pull in new columns or something)&lt;br&gt;3) Updated it so that numeric values from SharePoint will come into SSIS as null if they are null, vs being translated to a 0&lt;br&gt;4) This release will fix an issue with prior release's version # making it a breaking change for SSIS Packages&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Thu, 19 Mar 2009 20:36:50 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint List Source and Destination (Mar 17, 2009) 20090319083650P</guid></item><item><title>Released: SharePoint List Source and Destination (Mar 17, 2009)</title><link>http://sqlsrvintegrationsrv.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 3/18/2009&lt;br&gt;1) Hotfix update.&lt;br&gt; &lt;br&gt;UPDATE - 3/17/2009&lt;br&gt;1) Fixed support for multi-line text to be retrieved from SharePoint as NTEXT (there was a bug in previous attempt at this)&lt;br&gt;2) Added ability for user to rename source/destination columns and have the names remain even after refreshing the sharepoint list from the source (to pull in new columns or something)&lt;br&gt;3) Updated it so that numeric values from SharePoint will come into SSIS as null if they are null, vs being translated to a 0&lt;br&gt;4) This release will fix an issue with prior release's version # making it a breaking change for SSIS Packages&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 19 Mar 2009 20:36:50 GMT</pubDate><guid isPermaLink="false">Released: SharePoint List Source and Destination (Mar 17, 2009) 20090319083650P</guid></item><item><title>Updated Release: SharePoint List Source and Destination (Mar 17, 2009)</title><link>http://sqlsrvintegrationsrv.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 3/18/2009&lt;br&gt;1) Hotfix update.&lt;br&gt; &lt;br&gt;UPDATE - 3/17/2009&lt;br&gt;1) Fixed support for multi-line text to be retrieved from SharePoint as NTEXT (there was a bug in previous attempt at this)&lt;br&gt;2) Added ability for user to rename source/destination columns and have the names remain even after refreshing the sharepoint list from the source (to pull in new columns or something)&lt;br&gt;3) Updated it so that numeric values from SharePoint will come into SSIS as null if they are null, vs being translated to a 0&lt;br&gt;4) This release will fix an issue with prior release's version # making it a breaking change for SSIS Packages&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Thu, 19 Mar 2009 17:59:39 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint List Source and Destination (Mar 17, 2009) 20090319055939P</guid></item><item><title>Released: SharePoint List Source and Destination (Mar 17, 2009)</title><link>http://sqlsrvintegrationsrv.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 3/18/2009&lt;br&gt;1) Hotfix update.&lt;br&gt; &lt;br&gt;UPDATE - 3/17/2009&lt;br&gt;1) Fixed support for multi-line text to be retrieved from SharePoint as NTEXT (there was a bug in previous attempt at this)&lt;br&gt;2) Added ability for user to rename source/destination columns and have the names remain even after refreshing the sharepoint list from the source (to pull in new columns or something)&lt;br&gt;3) Updated it so that numeric values from SharePoint will come into SSIS as null if they are null, vs being translated to a 0&lt;br&gt;4) This release will fix an issue with prior release's version # making it a breaking change for SSIS Packages&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Thu, 19 Mar 2009 17:59:39 GMT</pubDate><guid isPermaLink="false">Released: SharePoint List Source and Destination (Mar 17, 2009) 20090319055939P</guid></item><item><title>Updated Release: SharePoint List Source and Destination (Mar 17, 2009)</title><link>http://sqlsrvintegrationsrv.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 3/17/2009&lt;br&gt;1) Fixed support for multi-line text to be retrieved from SharePoint as NTEXT (there was a bug in previous attempt at this)&lt;br&gt;2) Added ability for user to rename source/destination columns and have the names remain even after refreshing the sharepoint list from the source (to pull in new columns or something)&lt;br&gt;3) Updated it so that numeric values from SharePoint will come into SSIS as null if they are null, vs being translated to a 0&lt;br&gt;4) This release will fix an issue with prior release's version # making it a breaking change for SSIS Packages&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Tue, 17 Mar 2009 18:42:04 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint List Source and Destination (Mar 17, 2009) 20090317064204P</guid></item><item><title>Released: SharePoint List Source and Destination (Mar 17, 2009)</title><link>http://sqlsrvintegrationsrv.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 3/17/2009&lt;br&gt;1) Fixed support for multi-line text to be retrieved from SharePoint as NTEXT (there was a bug in previous attempt at this)&lt;br&gt;2) Added ability for user to rename source/destination columns and have the names remain even after refreshing the sharepoint list from the source (to pull in new columns or something)&lt;br&gt;3) Updated it so that numeric values from SharePoint will come into SSIS as null if they are null, vs being translated to a 0&lt;br&gt;4) This release will fix an issue with prior release's version # making it a breaking change for SSIS Packages&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 17 Mar 2009 18:42:04 GMT</pubDate><guid isPermaLink="false">Released: SharePoint List Source and Destination (Mar 17, 2009) 20090317064204P</guid></item><item><title>Updated Release: SharePoint List Source and Destination (Feb 11, 2009)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Tue, 17 Feb 2009 18:46:29 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint List Source and Destination (Feb 11, 2009) 20090217064629P</guid></item><item><title>Released: SharePoint List Source and Destination (Feb 11, 2009)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 17 Feb 2009 18:46:29 GMT</pubDate><guid isPermaLink="false">Released: SharePoint List Source and Destination (Feb 11, 2009) 20090217064629P</guid></item><item><title>Updated Release: SharePoint List Source and Destination (Feb 11, 2009)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Wed, 11 Feb 2009 08:12:29 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint List Source and Destination (Feb 11, 2009) 20090211081229A</guid></item><item><title>Released: SharePoint List Source and Destination (Feb 11, 2009)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;UPDATE - 2/11/2009:&lt;br&gt;1) Support wide lists with lots of data in a column.&lt;br&gt;2) Support multi-row text columns up to 2 bil chars&lt;br&gt;3) Added Culture to allow proper formatting of numbers/dates on external systems in different languages&lt;br&gt;4) Changed validation so that if a column is ADDED to sharepoint, it will not cause a validation error, only if a needed column is removed (helps with lists where people are adjusting them after you sync a process to them)&lt;br&gt;5) Fixed bug in datatyping where the data was being written using the wrong datatype (R8 Issue)&lt;br&gt; &lt;br&gt;Also - The SharePointUtility.DLL has been added as a separate download to facilitate using it to access SharePoint Lists API without requiring the entire MSI.&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 11 Feb 2009 08:12:29 GMT</pubDate><guid isPermaLink="false">Released: SharePoint List Source and Destination (Feb 11, 2009) 20090211081229A</guid></item><item><title>Updated Release: SharePoint List Source and Destination (Feb 11, 2009)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=17652</link><description>&lt;div&gt;
&lt;h2&gt;
SharePoint List Source and Destination Sample
&lt;/h2&gt;&lt;b&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/dd365137.aspx"&gt;MSDN Tutorial&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;&lt;br&gt;This sample demonstrates how to get data into and out of SharePoint lists by using custom source and destination adapters written in C# 3.0.  Use this sample to learn more about: &lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Extensive Validation: Validation for this component actively goes against the SharePoint Site to verify the properties are valid.&lt;/li&gt;&lt;li&gt;Values from Expressions: This component supports external variables, which can be expressions, and can be attached to the source component to customize the query. Similar to the CommandText for the other Sql Components&lt;/li&gt;&lt;li&gt;Linq: The Component has been written using Linq with .net 3.5 and shows how elements such as the metadata and columns can be combined to create a readable usage in a Linq format.&lt;/li&gt;&lt;li&gt;Custom properties: The component keeps its configuration in custom properties on itself, inputs, and input columns.&lt;/li&gt;
&lt;/ul&gt; &lt;br&gt;Note: Currently this adapter works with English (en-US) SharePoint server culture settings only.  Feel free to contribute if you want to add more support!&lt;br&gt; &lt;br&gt;Written by Kevin Idzi&lt;br&gt;
&lt;/div&gt;</description><author>kevinidzi</author><pubDate>Wed, 11 Feb 2009 08:09:24 GMT</pubDate><guid isPermaLink="false">Updated Release: SharePoint List Source and Destination (Feb 11, 2009) 20090211080924A</guid></item><item><title>Reviewed: EzAPI - Package Generation API (Jan 09, 2009)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=21238</link><description>Rated 5 Stars (out of 5) - This EzAPI is an absolute great. Being able to create template classes, use inheritance for creating complex ETL patterns in code and enable the use of generics (e.g.: replace transform (EzComponents) with any T. is elegant. Great fresh sagway to use SSIS API. Great work you all! Please keep it up! There are a few minor issues in the .mht file (documentation), but they are ok in the SSIS team blog</description><author>alejanmi</author><pubDate>Fri, 09 Jan 2009 14:26:53 GMT</pubDate><guid isPermaLink="false">Reviewed: EzAPI - Package Generation API (Jan 09, 2009) 20090109022653P</guid></item><item><title>Updated Release: EzAPI - Package Generation API (Dec 30, 2008)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=21238</link><description>&lt;div&gt;
&lt;h2&gt;
EzAPI - Package generation API
&lt;/h2&gt;This sample provides some functionality to easily create SSIS packages programmatically and dynamically alter their objects (tasks, components, changing metadata, connection strings, etc). This framework supports:&lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Creation SSIS packages of any complexity  including both SSIS runtime and pipeline (tasks, containers and components)&lt;/li&gt;&lt;li&gt;BIDS like behavior (automatic column mapping in destinations, automatic metadata refresh, default values of properties, etc)&lt;/li&gt;
&lt;/ul&gt;For more information, see the &lt;a href="http://blogs.msdn.com/mattm/archive/2008/12/30/ezapi-alternative-package-creation-api.aspx"&gt;post on the SSIS team blog&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br&gt; &lt;br&gt;Written by Evgeny Koblov&lt;br&gt;
&lt;/div&gt;</description><author>mmasson</author><pubDate>Wed, 31 Dec 2008 19:29:41 GMT</pubDate><guid isPermaLink="false">Updated Release: EzAPI - Package Generation API (Dec 30, 2008) 20081231072941P</guid></item><item><title>Released: EzAPI - Package Generation API (Dec 30, 2008)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=21238</link><description>&lt;div&gt;
&lt;h2&gt;
EzAPI - Package generation API
&lt;/h2&gt;This sample provides some functionality to easily create SSIS packages programmatically and dynamically alter their objects (tasks, components, changing metadata, connection strings, etc). This framework supports:&lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Creation SSIS packages of any complexity  including both SSIS runtime and pipeline (tasks, containers and components)&lt;/li&gt;&lt;li&gt;BIDS like behavior (automatic column mapping in destinations, automatic metadata refresh, default values of properties, etc)&lt;/li&gt;
&lt;/ul&gt;For more information, see the &lt;a href="http://blogs.msdn.com/mattm/archive/2008/12/30/ezapi-alternative-package-creation-api.aspx"&gt;post on the SSIS team blog&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br&gt; &lt;br&gt;Written by Evgeny Koblov&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Wed, 31 Dec 2008 19:29:41 GMT</pubDate><guid isPermaLink="false">Released: EzAPI - Package Generation API (Dec 30, 2008) 20081231072941P</guid></item><item><title>Updated Release: EzAPI - Package Generation API (Dec 30, 2008)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=21238</link><description>&lt;div&gt;
&lt;h2&gt;
EzAPI - Package generation API
&lt;/h2&gt;This sample provides some functionality to easily create SSIS packages programmatically and dynamically alter their objects (tasks, components, changing metadata, connection strings, etc). This framework supports:&lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Creation SSIS packages of any complexity  including both SSIS runtime and pipeline (tasks, containers and components)&lt;/li&gt;&lt;li&gt;BIDS like behavior (automatic column mapping in destinations, automatic metadata refresh, default values of properties, etc)&lt;/li&gt;
&lt;/ul&gt;For more information, see the &lt;a href="http://blogs.msdn.com/mattm/archive/2008/12/30/ezapi-alternative-package-creation-api.aspx"&gt;post on the SSIS team blog&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br&gt; &lt;br&gt;Written by Evgeny Koblov&lt;br&gt;
&lt;/div&gt;</description><author>mmasson</author><pubDate>Tue, 30 Dec 2008 21:21:31 GMT</pubDate><guid isPermaLink="false">Updated Release: EzAPI - Package Generation API (Dec 30, 2008) 20081230092131P</guid></item><item><title>Released: EzAPI - Package Generation API (Dec 30, 2008)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=21238</link><description>&lt;div&gt;
&lt;h2&gt;
EzAPI - Package generation API
&lt;/h2&gt;This sample provides some functionality to easily create SSIS packages programmatically and dynamically alter their objects (tasks, components, changing metadata, connection strings, etc). This framework supports:&lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Creation SSIS packages of any complexity  including both SSIS runtime and pipeline (tasks, containers and components)&lt;/li&gt;&lt;li&gt;BIDS like behavior (automatic column mapping in destinations, automatic metadata refresh, default values of properties, etc)&lt;/li&gt;
&lt;/ul&gt;For more information, see the &lt;a href="http://blogs.msdn.com/mattm/archive/2008/12/30/ezapi-alternative-package-creation-api.aspx"&gt;post on the SSIS team blog&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br&gt; &lt;br&gt;Written by Evgeny Koblov&lt;br&gt;
&lt;/div&gt;</description><author></author><pubDate>Tue, 30 Dec 2008 21:21:29 GMT</pubDate><guid isPermaLink="false">Released: EzAPI - Package Generation API (Dec 30, 2008) 20081230092129P</guid></item><item><title>Updated Release: EzAPI - Package generation API (Dec 30, 2008)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=21238</link><description>&lt;div&gt;
&lt;h2&gt;
EzAPI - Package generation API
&lt;/h2&gt;This sample provides some functionality to easily create SSIS packages programmatically and dynamically alter their objects (tasks, components, changing metadata, connection strings, etc). This framework supports:&lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Creation SSIS packages of any complexity  including both SSIS runtime and pipeline (tasks, containers and components)&lt;/li&gt;&lt;li&gt;BIDS like behavior (automatic column mapping in destinations, automatic metadata refresh, default values of properties, etc)&lt;/li&gt;
&lt;/ul&gt;For more information, see the &lt;a href="http://blogs.msdn.com/mattm/archive/2008/12/30/ezapi-alternative-package-creation-api.aspx"&gt;post on the SSIS team blog&lt;span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br&gt; &lt;br&gt;Written by Evgeny Koblov&lt;br&gt;
&lt;/div&gt;</description><author>mmasson</author><pubDate>Tue, 30 Dec 2008 21:21:15 GMT</pubDate><guid isPermaLink="false">Updated Release: EzAPI - Package generation API (Dec 30, 2008) 20081230092115P</guid></item><item><title>Created Release: EzAPI - Package generation API (Dec 30, 2008)</title><link>http://www.codeplex.com/SQLSrvIntegrationSrv/Release/ProjectReleases.aspx?ReleaseId=21238</link><description>&lt;div&gt;
&lt;h2&gt;
EzAPI - Package generation API
&lt;/h2&gt;This sample provides some functionality to easily create SSIS packages programmatically and dynamically alter their objects (tasks, components, changing metadata, connection strings, etc). This framework supports:&lt;br&gt; &lt;br&gt;&lt;ul&gt;
&lt;li&gt;Creation SSIS packages of any complexity  including both SSIS runtime and pipeline (tasks, containers and components)&lt;/li&gt;&lt;li&gt;BIDS like behavior (automatic column mapping in destinations, automatic metadata refresh, default values of properties, etc)&lt;/li&gt;
&lt;/ul&gt;Written by Evgeny Koblov&lt;br&gt;
&lt;/div&gt;</description><author>mmasson</author><pubDate>Tue, 30 Dec 2008 21:16:24 GMT</pubDate><guid isPermaLink="false">Created Release: EzAPI - Package generation API (Dec 30, 2008) 20081230091624P</guid></item></channel></rss>