<?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: Multiple lookup as input of tmap with same row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237644#M26006</link>
    <description>&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not find the tHashOutput in the palette (cf. attachment). Perhaps it is not included in the version of TOS I have downloaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I understand that it is not possible to have an entry in the tmap component from the same 'tReplicate' component. Is it impossible by design or is it necessary to activate an option ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jareth&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwyh"&gt;Annotation 2020-01-15 140535.png&lt;/A&gt;</description>
    <pubDate>Wed, 15 Jan 2020 13:12:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-15T13:12:47Z</dc:date>
    <item>
      <title>Multiple lookup as input of tmap with same row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237642#M26004</link>
      <description>&lt;P&gt;All,&lt;/P&gt; 
&lt;P&gt;I try to use the same input row with multiple lookup of tmap component.&lt;BR /&gt;The multiple internet requests I have performed does not lead to an acceptable result.&lt;/P&gt; 
&lt;P&gt;Below are the details:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Input files:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;main&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;PRE&gt;product;creator_id;modifier_id
p1;1;2
p2;2;3&lt;/PRE&gt; 
&lt;UL&gt; 
 &lt;LI&gt;users&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;PRE&gt;id;name
1;rex
2;teddy
3;ivan&lt;/PRE&gt; 
&lt;P&gt;&lt;STRONG&gt;expected result (first letter with upper case)&lt;/STRONG&gt;&lt;/P&gt; 
&lt;PRE&gt;product;creator_name;modifier_name
p1;Rex;Teddy
p2;Teddy;Ivan&lt;/PRE&gt; 
&lt;P&gt;&lt;STRONG&gt;Screenshot of the job&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jobdetails.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9G5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137193i83733E6AC1D64BFF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9G5.png" alt="0683p000009M9G5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;And the tmap configuration&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tmapdetails.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9GA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149768i2A66197DB935314D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9GA.png" alt="0683p000009M9GA.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The job designer refuses to establish a new link between tReplicate_1 and tMap_1 which could solve my issue.&lt;BR /&gt;I know that it would be possible to use a temporary file and re-use it as a lookup but I would like to know if there is a cleaner solution.&lt;/P&gt; 
&lt;P&gt;Many thanks&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Jareth&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237642#M26004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T03:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lookup as input of tmap with same row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237643#M26005</link>
      <description>&lt;P&gt;Hi Jareth,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You can read the file once and store it into a tHashOutput for later use (please note that since the data is holding in memory in Hash, you need to provide adequate job memory according to lookup volume).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;In your existing job, you can read the data in Hash multiple times using tHashInput (clear the Hash data only in second lookup) and join it to tMap for further processing.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Jan 2020 01:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237643#M26005</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-04T01:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lookup as input of tmap with same row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237644#M26006</link>
      <description>&lt;P&gt;Thanks for your answer,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not find the tHashOutput in the palette (cf. attachment). Perhaps it is not included in the version of TOS I have downloaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I understand that it is not possible to have an entry in the tmap component from the same 'tReplicate' component. Is it impossible by design or is it necessary to activate an option ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jareth&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lwyh"&gt;Annotation 2020-01-15 140535.png&lt;/A&gt;</description>
      <pubDate>Wed, 15 Jan 2020 13:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237644#M26006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T13:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple lookup as input of tmap with same row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237645#M26007</link>
      <description>&lt;P&gt;Hi Jareth,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please select File -&amp;gt; Edit Project Properties and go to Designer area. You can select Hash components there and can add them to components which can be used.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="image.png" style="width: 970px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9OJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130099i3DBD1262C26C75BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9OJ.png" alt="0683p000009M9OJ.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;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 15:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Multiple-lookup-as-input-of-tmap-with-same-row/m-p/2237645#M26007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-15T15:59:54Z</dc:date>
    </item>
  </channel>
</rss>

