<?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: Unable to compare columns in two excels using Tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346372#M113783</link>
    <description>&lt;P&gt;hi priyajr,&lt;/P&gt;&lt;P&gt;dont check ineer join on all the columns.just do on ID column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Jul 2018 14:43:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-11T14:43:31Z</dc:date>
    <item>
      <title>Unable to compare columns in two excels using Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346368#M113779</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I m trying to compare data in two excels using Tmap and create a excel output which will have all the records that dont match.My excel data has an ID column and few other columns like Age, Gender, Address, etc. I am able to compare the excels and pin point which ID has mismatches. But unable to identify the column having differences. I tried using the Tmap expression, and the test button there gives me correct result, but final data is not showing proper.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This was my excel input :&lt;/P&gt; 
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;id&lt;/TD&gt; 
   &lt;TD&gt;Age&lt;/TD&gt; 
   &lt;TD&gt;Gender&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;123&lt;/TD&gt; 
   &lt;TD&gt;25&lt;/TD&gt; 
   &lt;TD&gt;Female&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Look Up input :&lt;/P&gt; 
&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;id&lt;/TD&gt; 
   &lt;TD&gt;Age&lt;/TD&gt; 
   &lt;TD&gt;Gender&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;123&lt;/TD&gt; 
   &lt;TD&gt;24&lt;/TD&gt; 
   &lt;TD&gt;Female&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And my output&amp;nbsp; came out as below:&lt;/P&gt; 
&lt;TABLE&gt; 
 &lt;TBODY&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;id&lt;/TD&gt; 
   &lt;TD&gt;Age&lt;/TD&gt; 
   &lt;TD&gt;Gender&lt;/TD&gt; 
  &lt;/TR&gt; 
  &lt;TR&gt; 
   &lt;TD&gt;123&lt;/TD&gt; 
   &lt;TD&gt;Not Equal&lt;/TD&gt; 
   &lt;TD&gt;&amp;nbsp;Not Equal&lt;/TD&gt; 
  &lt;/TR&gt; 
 &lt;/TBODY&gt; 
&lt;/TABLE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Gender being same gave me 'Not Equal'&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I gave my tmap expression as :&lt;/P&gt; 
&lt;P&gt;row1.Age == row2.Age&amp;nbsp; , but didnt work. Tired converting to string as below. But that too failed.&lt;/P&gt; 
&lt;P&gt;String.valueOf(row1.Age) .equals(String.valueOf(row2.Age)) ? "Equal" : "Not Equal"&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please help!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 11:40:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346368#M113779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T11:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compare columns in two excels using Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346369#M113780</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Along with id join age as key column and try inner join.To catch the reject set inner join reject true.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz2F.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134394i8EF85FBCCC5FD9BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz2F.png" alt="0683p000009Lz2F.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 12:09:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346369#M113780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T12:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compare columns in two excels using Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346370#M113781</link>
      <description>&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attaching he mapping and tmap settings.&lt;/P&gt;&lt;P&gt;I have created two variables with string datatype&amp;nbsp;&lt;/P&gt;&lt;P&gt;row2.age.equals(row2.age)?"Equal":"Not Equal"&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.gender.equals(row2.gender)?"Equal":"Not Equal"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if it worked.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtM4"&gt;equal_mapp.PNG&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LtOO"&gt;tmap_match.PNG&lt;/A&gt;</description>
      <pubDate>Wed, 11 Jul 2018 13:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346370#M113781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T13:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compare columns in two excels using Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346371#M113782</link>
      <description>&lt;P&gt;I Have given inner join true to get the rejected records.&lt;/P&gt; 
&lt;P&gt;And have attempted the same settings, but still throwing me a 'Not Equal' result.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tmap_Settings.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz9y.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149209i15F1619A8D10D899/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz9y.jpg" alt="0683p000009Lz9y.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 13:26:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346371#M113782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T13:26:14Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compare columns in two excels using Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346372#M113783</link>
      <description>&lt;P&gt;hi priyajr,&lt;/P&gt;&lt;P&gt;dont check ineer join on all the columns.just do on ID column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Jul 2018 14:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346372#M113783</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-11T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to compare columns in two excels using Tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346373#M113784</link>
      <description>&lt;P&gt;Hi Aaryan,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I had tried that as well, but in that case i m not getting the rejected records in my file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tmap_ID_Join.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lz0X.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128710iB330AC04F3997B0E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lz0X.jpg" alt="0683p000009Lz0X.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jul 2018 07:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-compare-columns-in-two-excels-using-Tmap/m-p/2346373#M113784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-12T07:21:57Z</dc:date>
    </item>
  </channel>
</rss>

