<?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: tMap in Java Unique, First, ... Match in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348963#M116011</link>
    <description>Shong,
&lt;BR /&gt;How can you get this to work if you have the data reverse? Meaning your main is id/age and the lookup is id/name. It seems that unique/first match does not work in this way.
&lt;BR /&gt;Thanks</description>
    <pubDate>Thu, 23 Aug 2012 15:48:38 GMT</pubDate>
    <dc:creator>jkrfs</dc:creator>
    <dc:date>2012-08-23T15:48:38Z</dc:date>
    <item>
      <title>tMap in Java Unique, First, ... Match</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348958#M116006</link>
      <description>Hi, 
&lt;BR /&gt; Thanks for all your previous answers. Could someone explain exactly how does the options Unique/First/Last/All matches work? In fact my question is more about "unique", in what is it different from "First"?</description>
      <pubDate>Sat, 16 Nov 2024 13:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348958#M116006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: tMap in Java Unique, First, ... Match</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348959#M116007</link>
      <description>"Unique" and "Last match" have same behavior and will be merged as only "Unique match" into the next release 3.1. 
&lt;BR /&gt;"Unique" or "Last match" will match with the last key into the lookup, then if you have several rows with the same key, this will the last will match.
&lt;BR /&gt;Contrary to the "First match" which will match with the first loaded row into the lookup if several rows have same key.</description>
      <pubDate>Wed, 15 Apr 2009 11:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348959#M116007</guid>
      <dc:creator>amaumont</dc:creator>
      <dc:date>2009-04-15T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: tMap in Java Unique, First, ... Match</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348960#M116008</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Thanks for all your previous answers.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If the answers solve your question, please say a word in each topic to thank other users/developers, so we know you have fit your questions. 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;what is it different from "First"?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I show a use case to explain your question,eg: 
&lt;BR /&gt;main: 
&lt;BR /&gt;id;name 
&lt;BR /&gt;1;shong 
&lt;BR /&gt;2;plegall 
&lt;BR /&gt;lookup: 
&lt;BR /&gt;id;age 
&lt;BR /&gt;1;11 
&lt;BR /&gt;1;12 
&lt;BR /&gt;1;13 
&lt;BR /&gt;2;21 
&lt;BR /&gt;3;31 
&lt;BR /&gt;Do a inner join with id key and output id,age column. 
&lt;BR /&gt;"Unique" and "Last match" have same behavior, get: 
&lt;BR /&gt;1;13 
&lt;BR /&gt;first match, get: 
&lt;BR /&gt;1;11 
&lt;BR /&gt;all match, get: 
&lt;BR /&gt;1;11 
&lt;BR /&gt;1;12 
&lt;BR /&gt;1;13 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 15 Apr 2009 11:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348960#M116008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-15T11:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: tMap in Java Unique, First, ... Match</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348961#M116009</link>
      <description>hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;If the answers solve your question, please say a word in each topic to thank other users/developers,...&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;just a little suggestion about that ... 
&lt;BR /&gt;it 'll be great to add a "resolved" status to this forum for "complete answered topics" 
&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;BR /&gt;(seems that plegall have a look for that on fluxbb forum) 
&lt;BR /&gt;and thanks to all on this forum!</description>
      <pubDate>Thu, 16 Apr 2009 08:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348961#M116009</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-04-16T08:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: tMap in Java Unique, First, ... Match</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348962#M116010</link>
      <description>Hi shong,
&lt;BR /&gt;Thanks for explain with very good example.
&lt;BR /&gt;Thank you,
&lt;BR /&gt;Nitin</description>
      <pubDate>Tue, 15 May 2012 14:26:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348962#M116010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-05-15T14:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: tMap in Java Unique, First, ... Match</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348963#M116011</link>
      <description>Shong,
&lt;BR /&gt;How can you get this to work if you have the data reverse? Meaning your main is id/age and the lookup is id/name. It seems that unique/first match does not work in this way.
&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 23 Aug 2012 15:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-in-Java-Unique-First-Match/m-p/2348963#M116011</guid>
      <dc:creator>jkrfs</dc:creator>
      <dc:date>2012-08-23T15:48:38Z</dc:date>
    </item>
  </channel>
</rss>

