<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Replacing multiple characters in a Text String in SSIS</title>
	<atom:link href="http://www.bimonkey.com/2009/06/replacing-multiple-characters-in-a-text-string-in-ssis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bimonkey.com/2009/06/replacing-multiple-characters-in-a-text-string-in-ssis/</link>
	<description>James Beresford on Microsoft BI and Consulting in Sydney, Australia</description>
	<lastBuildDate>Mon, 06 Feb 2012 16:00:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: BI Monkey</title>
		<link>http://www.bimonkey.com/2009/06/replacing-multiple-characters-in-a-text-string-in-ssis/comment-page-1/#comment-1712</link>
		<dc:creator>BI Monkey</dc:creator>
		<pubDate>Thu, 13 May 2010 10:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bimonkey.com/?p=409#comment-1712</guid>
		<description>I haven&#039;t but it sounds like a good alternative! I love SSIS extensibility :)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t but it sounds like a good alternative! I love SSIS extensibility <img src='http://www.bimonkey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven Aelterman</title>
		<link>http://www.bimonkey.com/2009/06/replacing-multiple-characters-in-a-text-string-in-ssis/comment-page-1/#comment-1703</link>
		<dc:creator>Sven Aelterman</dc:creator>
		<pubDate>Wed, 12 May 2010 21:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.bimonkey.com/?p=409#comment-1703</guid>
		<description>Did you try the Regex Sample Component from http://www.microsoft.com/downloads/details.aspx?FamilyID=c16f11ad-150a-4091-b3a2-83d21d3e0973&amp;displaylang=en?</description>
		<content:encoded><![CDATA[<p>Did you try the Regex Sample Component from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=c16f11ad-150a-4091-b3a2-83d21d3e0973&#038;displaylang=en?" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=c16f11ad-150a-4091-b3a2-83d21d3e0973&#038;displaylang=en?</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon B</title>
		<link>http://www.bimonkey.com/2009/06/replacing-multiple-characters-in-a-text-string-in-ssis/comment-page-1/#comment-1518</link>
		<dc:creator>Jon B</dc:creator>
		<pubDate>Wed, 31 Mar 2010 17:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.bimonkey.com/?p=409#comment-1518</guid>
		<description>In my case, the &#039;Row.ProductNumber&#039; is a read-only property which cannot be modified</description>
		<content:encoded><![CDATA[<p>In my case, the &#8216;Row.ProductNumber&#8217; is a read-only property which cannot be modified</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BI Monkey</title>
		<link>http://www.bimonkey.com/2009/06/replacing-multiple-characters-in-a-text-string-in-ssis/comment-page-1/#comment-837</link>
		<dc:creator>BI Monkey</dc:creator>
		<pubDate>Thu, 07 Jan 2010 02:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.bimonkey.com/?p=409#comment-837</guid>
		<description>You&#039;re right - a common slip on my part i&#039;m afraid - and now corrected, thanks.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right &#8211; a common slip on my part i&#8217;m afraid &#8211; and now corrected, thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.bimonkey.com/2009/06/replacing-multiple-characters-in-a-text-string-in-ssis/comment-page-1/#comment-834</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.bimonkey.com/?p=409#comment-834</guid>
		<description>Not to be picky but the proposed solution is for a &#039;script component&#039; not script task, one takes place in control flow and the other in data flow. Thus, causing an issue with the actual VB code.


Jon</description>
		<content:encoded><![CDATA[<p>Not to be picky but the proposed solution is for a &#8216;script component&#8217; not script task, one takes place in control flow and the other in data flow. Thus, causing an issue with the actual VB code.</p>
<p>Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL Server SSIS Script Transformation &#124; BI Monkey</title>
		<link>http://www.bimonkey.com/2009/06/replacing-multiple-characters-in-a-text-string-in-ssis/comment-page-1/#comment-235</link>
		<dc:creator>SQL Server SSIS Script Transformation &#124; BI Monkey</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:28:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.bimonkey.com/?p=409#comment-235</guid>
		<description>[...] when the Derived Column editor doesn&#8217;t give me what I need &#8211; such as when I want to use Regular Expressions, or reuse a function across many [...]</description>
		<content:encoded><![CDATA[<p>[...] when the Derived Column editor doesn&#8217;t give me what I need &#8211; such as when I want to use Regular Expressions, or reuse a function across many [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

