<?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: How to compare specific value from csv using tmap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233713#M23304</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is not working, All the values of File-1 are compared with last value of File-2&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;0.00 | 0.17 | Fail&lt;BR /&gt;1.213 | 0.17 | Fail&lt;BR /&gt;2.31 | 0.17 | Fail&lt;BR /&gt;0.17 | 0.17 | Pass&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Nov 2018 10:04:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-11-09T10:04:34Z</dc:date>
    <item>
      <title>How to compare specific value from csv using tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233711#M23302</link>
      <description>&lt;P&gt;I have two delimited files in which i need to compare the last value and display as pass or fail, for which I am using tMap.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;File-1:&lt;/P&gt; 
&lt;P&gt;123-D1-abc-rtey121-a1b1-&lt;STRONG&gt;0.00&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;141-B1-fhf--fb32-utoot21b-b2b2-&lt;STRONG&gt;1.213&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;456575-C1-21-ytuueoro-ghfyt-43-&lt;STRONG&gt;2.31&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;4567-B1-abc-grth-a1b1-&lt;STRONG&gt;0.17&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;File-2:&lt;/P&gt; 
&lt;P&gt;123-D1-abc-rtey121-a1b1-&lt;STRONG&gt;1.00&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;141-B1-fhf--fb32-utoot21b-b2b2-&lt;STRONG&gt;1.213&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;456575-C1-21-ytuueoro-ghfyt-43-&lt;STRONG&gt;4.31&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;4567-B1-abc-grth-a1b1-&lt;STRONG&gt;0.17&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Below is my tMap design:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 727px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M0yK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131014i33CEA8CA9A17D400/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M0yK.png" alt="0683p000009M0yK.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tMap3:&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M10A.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130650i0B95E7F04BDF007C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M10A.png" alt="0683p000009M10A.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am able to run the job, but output is generating 16 rows (4*4),I need only 4 rows in the output as below&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need output as below..&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;D1 | 0.00 | 1.00 | Fail&lt;/P&gt; 
&lt;P&gt;B1 | 1.213 | 1.213 | Pass&lt;/P&gt; 
&lt;P&gt;C1 | 2.31 | 4.31 | Fail&lt;/P&gt; 
&lt;P&gt;B1 | 0.17 | 0.17 | Pass&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Note: I am able to retrieve the values using String Handling functions.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Not sure where i am doing wrong in the tMap models. Please suggest.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233711#M23302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare specific value from csv using tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233712#M23303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;In the tmap joins (left side above inner join), could you please use Uniuq match instead of All matches?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If the answer has helped you to resolve your problem, could you please mark the topic as closed? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 07:04:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233712#M23303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-09T07:04:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare specific value from csv using tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233713#M23304</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This is not working, All the values of File-1 are compared with last value of File-2&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;0.00 | 0.17 | Fail&lt;BR /&gt;1.213 | 0.17 | Fail&lt;BR /&gt;2.31 | 0.17 | Fail&lt;BR /&gt;0.17 | 0.17 | Pass&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 10:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233713#M23304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-09T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare specific value from csv using tmap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233714#M23305</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please try to match the data with all columns in both files (except last column)? For example, use all columns like below for match.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;123-D1-abc-rtey121-a1b1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This will avoid unnecessary matches between rows. You can even generate the row number sequence for each file before matching if you are sure that records will&amp;nbsp;exist in both files at same line number.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Warm Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Nikhil Thampi&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Nov 2018 10:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-compare-specific-value-from-csv-using-tmap/m-p/2233714#M23305</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-09T10:29:59Z</dc:date>
    </item>
  </channel>
</rss>

