<?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: Compare and Filter 2 input in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360256#M124881</link>
    <description>&lt;P&gt;Should work with tMap but you need to map each field from input1 with corresponding one in imput2.&lt;/P&gt; 
&lt;P&gt;Not so easy when there is too much fields.&lt;/P&gt; 
&lt;P&gt;You also caculate a MD5 key with all fields then you just have to compare the key and the MD5 result between input1 and input2.&lt;/P&gt; 
&lt;P&gt;Less easy than solution 1, but works well when you have a lot of fields.&lt;/P&gt; 
&lt;P&gt;See this link where I post a reply using an other nickname (I was unable to retrieve my password). It speaks about salesforce, but don't care, it's the same with text file.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCwYDCA0#M56349" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Salesforce-Don-t-update-Record-on-Upsert/m-p/97719#M56349&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Jun 2018 14:36:48 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-06-01T14:36:48Z</dc:date>
    <item>
      <title>Compare and Filter 2 input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360255#M124880</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I have to CSV file in input&amp;nbsp;(input1, input2) and i want to compare all rows of both CSV and extract rows with lines with differences of the input1 in another CSV file (Both CSV have the same number of lines)&lt;/P&gt; 
&lt;P&gt;I try with tMap but finally it doesn't works (or i don't know how to make with this ^^).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there a component to make it easy?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks ! &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:10:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360255#M124880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and Filter 2 input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360256#M124881</link>
      <description>&lt;P&gt;Should work with tMap but you need to map each field from input1 with corresponding one in imput2.&lt;/P&gt; 
&lt;P&gt;Not so easy when there is too much fields.&lt;/P&gt; 
&lt;P&gt;You also caculate a MD5 key with all fields then you just have to compare the key and the MD5 result between input1 and input2.&lt;/P&gt; 
&lt;P&gt;Less easy than solution 1, but works well when you have a lot of fields.&lt;/P&gt; 
&lt;P&gt;See this link where I post a reply using an other nickname (I was unable to retrieve my password). It speaks about salesforce, but don't care, it's the same with text file.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCwYDCA0#M56349" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Salesforce-Don-t-update-Record-on-Upsert/m-p/97719#M56349&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360256#M124881</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-01T14:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and Filter 2 input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360257#M124882</link>
      <description>&lt;P&gt;Indeed I have about twenty fields its risk to be complicated...&lt;BR /&gt;I thank you I will try with the MD5, I would have thought that a module allowing to make its easily exist on Talend...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 14:59:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360257#M124882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-01T14:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and Filter 2 input</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360258#M124883</link>
      <description>&lt;P&gt;Maybe someone knows something about a "tCompareFiles" component?&lt;/P&gt;&lt;P&gt;Else it could be a good exercise to create one.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 15:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Compare-and-Filter-2-input/m-p/2360258#M124883</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-06-01T15:05:24Z</dc:date>
    </item>
  </channel>
</rss>

