<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Talend field by field comparison in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239860#M27516</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&amp;nbsp;got it, so if I switch to static schema, then from validation (field by field) perspective, which components will you recommend ?&lt;/P&gt;</description>
    <pubDate>Tue, 09 Apr 2019 07:41:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-04-09T07:41:37Z</dc:date>
    <item>
      <title>Talend field by field comparison</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239854#M27510</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am creating a solution to compare field by field source and target tables.&lt;/P&gt;
&lt;P&gt;I have two input stages tDBinput (one for source table and one for target table )both with ID as first column and second column as dynamic (so that same job can be used for other tables for comparison.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I need to compare all columns including ID and rest all in dynamic column. Also need to call out any fallout if any of the field is not getting matched between source and target tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can anyone please suggest which components I will need to use to achieve this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 03:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239854#M27510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-08T03:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Talend field by field comparison</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239855#M27511</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPRdAAO"&gt;@usermigration&lt;/A&gt;&amp;nbsp;,i suggest you to use tAddCRCRow component to generate unique key for all the column in source and target and you do lookup in tmap or tjoin on the key which is generated in&amp;nbsp;tAddCRCRow .&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 05:18:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239855#M27511</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-08T05:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Talend field by field comparison</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239856#M27512</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;I am getting error as tAddCRCRow component doesn't support dynamic type.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have two columns first is ID and second is dynamic column , I selected dynamic column in tAddCRCRow.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 20:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239856#M27512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-08T20:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Talend field by field comparison</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239857#M27513</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPRdAAO"&gt;@usermigration&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN&gt;tAddCRCRow&amp;nbsp; works with static schema.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 05:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239857#M27513</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-09T05:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Talend field by field comparison</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239858#M27514</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks, So with Dynamic schema are there any operation that we can do? or are there any component which support dynamic schema processing from validation or comparison perspective?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried tMap and matched on dynamic column for both main and lookup but no luck .&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 07:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239858#M27514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-09T07:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Talend field by field comparison</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239859#M27515</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPRdAAO"&gt;@usermigration&lt;/A&gt;&amp;nbsp;,with dynamic schema , we do not have any component to do,but as a try you can try with some java code.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but relay not sure how to do in java code&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 07:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239859#M27515</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-09T07:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Talend field by field comparison</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239860#M27516</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;&amp;nbsp;got it, so if I switch to static schema, then from validation (field by field) perspective, which components will you recommend ?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 07:41:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239860#M27516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-09T07:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Talend field by field comparison</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239861#M27517</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPRdAAO"&gt;@usermigration&lt;/A&gt;&amp;nbsp;,if it is static schema,you can do with tAddCRCRow to generate unique CRC and then do lookup in tMap and form there you derive the things.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2019 07:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-field-by-field-comparison/m-p/2239861#M27517</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-09T07:44:13Z</dc:date>
    </item>
  </channel>
</rss>

