<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: What is DataFlux?</title>
	<atom:link href="http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/feed/" rel="self" type="application/rss+xml" />
	<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/</link>
	<description>Lessons learned in BizTalk Server, C# and Java</description>
	<lastBuildDate>Sat, 31 Oct 2009 15:41:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fehlberg Victor</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-127</link>
		<dc:creator>Fehlberg Victor</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-127</guid>
		<description>I sent this question off to the DataFlux team, and they sounded appreciative, but never responded with any information - sorry.</description>
		<content:encoded><![CDATA[<p>I sent this question off to the DataFlux team, and they sounded appreciative, but never responded with any information &#8211; sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fehlberg Victor</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-126</link>
		<dc:creator>Fehlberg Victor</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:18:43 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-126</guid>
		<description>What type of data are you checking for spelling mistakes?</description>
		<content:encoded><![CDATA[<p>What type of data are you checking for spelling mistakes?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vikash</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-123</link>
		<dc:creator>vikash</dc:creator>
		<pubDate>Fri, 19 Jun 2009 07:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-123</guid>
		<description>Hi I need suggestions on correcting spelling mistakes in data using Data Flux.</description>
		<content:encoded><![CDATA[<p>Hi I need suggestions on correcting spelling mistakes in data using Data Flux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushpendra</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-102</link>
		<dc:creator>Pushpendra</dc:creator>
		<pubDate>Tue, 17 Feb 2009 09:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-102</guid>
		<description>Could you please tell me where can I learn DataFLUX in india,</description>
		<content:encoded><![CDATA[<p>Could you please tell me where can I learn DataFLUX in india,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fehlberg Victor</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-101</link>
		<dc:creator>Fehlberg Victor</dc:creator>
		<pubDate>Tue, 03 Feb 2009 16:38:46 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-101</guid>
		<description>Usually, you don&#039;t care if the other job gets loaded.  If there aren&#039;t any records in the table, then the job that gets called won&#039;t do anything (because no data is passed in).  In DataFlux, at run-time, embedded jobs are basically embedded into the parent.  In other words, there&#039;s no way I know of to prevent an embedded job from loading into memory, but as I mentioned, if the table has no records then the embedded job nodes won&#039;t have any data pass through.  In other words, you can logically prevent data from going down one side of a branch if there&#039;s no data, but the embedded job will still be loaded into memory in case it were needed.  Does this help?  Let me know if I addressed your issue... if not, please provide more detail.</description>
		<content:encoded><![CDATA[<p>Usually, you don&#8217;t care if the other job gets loaded.  If there aren&#8217;t any records in the table, then the job that gets called won&#8217;t do anything (because no data is passed in).  In DataFlux, at run-time, embedded jobs are basically embedded into the parent.  In other words, there&#8217;s no way I know of to prevent an embedded job from loading into memory, but as I mentioned, if the table has no records then the embedded job nodes won&#8217;t have any data pass through.  In other words, you can logically prevent data from going down one side of a branch if there&#8217;s no data, but the embedded job will still be loaded into memory in case it were needed.  Does this help?  Let me know if I addressed your issue&#8230; if not, please provide more detail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sheetal</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-100</link>
		<dc:creator>sheetal</dc:creator>
		<pubDate>Fri, 30 Jan 2009 09:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-100</guid>
		<description>Hi,
 
I queried a file. 
 
1. If the table have records then it should load another job.
 
can it happen. i could not found this.
 
can u help me by providing a dummy job.
 
Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I queried a file. </p>
<p>1. If the table have records then it should load another job.</p>
<p>can it happen. i could not found this.</p>
<p>can u help me by providing a dummy job.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeyashrii</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-82</link>
		<dc:creator>Jeyashrii</dc:creator>
		<pubDate>Thu, 03 Jul 2008 10:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-82</guid>
		<description>This is really fantastic. Great Job Victor. This is very much useful for beginners like me. Please clarify me more on the following points:

1) Could you explain how placement of a comma in a name greatly enhances the parser ability to determine the location of the last name

2) While building clustering rule, why do we use match code instead of actual value?

3) Could you explain about intelligent parsing and name lookups

4) Could you explain abt Create Scheme, Dynamic Scheme Application

Also please send more postings on Data Flux

Thanks...</description>
		<content:encoded><![CDATA[<p>This is really fantastic. Great Job Victor. This is very much useful for beginners like me. Please clarify me more on the following points:</p>
<p>1) Could you explain how placement of a comma in a name greatly enhances the parser ability to determine the location of the last name</p>
<p>2) While building clustering rule, why do we use match code instead of actual value?</p>
<p>3) Could you explain about intelligent parsing and name lookups</p>
<p>4) Could you explain abt Create Scheme, Dynamic Scheme Application</p>
<p>Also please send more postings on Data Flux</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mansur B</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-29</link>
		<dc:creator>Mansur B</dc:creator>
		<pubDate>Sun, 09 Mar 2008 01:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-29</guid>
		<description>good job Victor. Send some more techniques / positngs for parsing - missing value.</description>
		<content:encoded><![CDATA[<p>good job Victor. Send some more techniques / positngs for parsing &#8211; missing value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#124; Blogging about all things SAS</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-21</link>
		<dc:creator>&#124; Blogging about all things SAS</dc:creator>
		<pubDate>Thu, 14 Feb 2008 06:46:04 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-21</guid>
		<description>[...] With a hat tip to Joyce Norris-Montanari there is a great blog post over at Victor Fehlberg’s Tech Postings called What is DataFlux? [...]</description>
		<content:encoded><![CDATA[<p>[...] With a hat tip to Joyce Norris-Montanari there is a great blog post over at Victor Fehlberg’s Tech Postings called What is DataFlux? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DataFlux Community of Experts &#187; Blog Archive &#187; Using DataFlux!</title>
		<link>http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-15</link>
		<dc:creator>DataFlux Community of Experts &#187; Blog Archive &#187; Using DataFlux!</dc:creator>
		<pubDate>Tue, 29 Jan 2008 13:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/#comment-15</guid>
		<description>[...] The blog can be found at: http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/ [...]</description>
		<content:encoded><![CDATA[<p>[...] The blog can be found at: <a href="http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/" rel="nofollow">http://fehlberg.wordpress.com/2008/01/12/what-is-dataflux/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
