<?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 unable to lookup into files dynamically using tfilelist in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251350#M35331</link>
    <description>&lt;P&gt;Hello All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am taking input from two files using tFilelist and passing them to tMap. tMap is connected to lookup from tFileinputExcel which is getting data from tFilelist. The look up data is coming from multiple files(more than 1).&lt;/P&gt; 
&lt;P&gt;My job is looking up in only one file in look up data. I want that both the input files check in both lookup files without hardcoding any file name.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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="Cert_issue1.JPG" style="width: 798px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Py.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129167iBB14948E3DA0039D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Py.jpg" alt="0683p000009M8Py.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Satya&lt;/P&gt;</description>
    <pubDate>Tue, 12 Nov 2019 15:55:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-12T15:55:36Z</dc:date>
    <item>
      <title>unable to lookup into files dynamically using tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251350#M35331</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am taking input from two files using tFilelist and passing them to tMap. tMap is connected to lookup from tFileinputExcel which is getting data from tFilelist. The look up data is coming from multiple files(more than 1).&lt;/P&gt; 
&lt;P&gt;My job is looking up in only one file in look up data. I want that both the input files check in both lookup files without hardcoding any file name.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&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="Cert_issue1.JPG" style="width: 798px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Py.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129167iBB14948E3DA0039D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Py.jpg" alt="0683p000009M8Py.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Satya&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 15:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251350#M35331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-12T15:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: unable to lookup into files dynamically using tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251351#M35332</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;I would recommend to create the list of lookup data in the previous subjob. You can use tFileList and then read the file one by one for lookup data. But instead of joining directly, you can store them in a tHashOutput component or a temporary file. The use this Hash or file component in the lookup so that you do not have to do iteration at Lookup in the main job.&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>Tue, 12 Nov 2019 18:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251351#M35332</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-12T18:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: unable to lookup into files dynamically using tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251352#M35333</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LM0aAAG"&gt;@satya&lt;/A&gt; lookup will have only last file resultset as it will be loaded first for each iteration of tfilelist1.
&lt;BR /&gt;
&lt;BR /&gt;Use thashinput/output as suggested by Nikhil</description>
      <pubDate>Tue, 12 Nov 2019 20:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251352#M35333</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-11-12T20:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: unable to lookup into files dynamically using tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251353#M35334</link>
      <description>&lt;P&gt;Those who are unable to find tHashOutput component in the palette should do following.&lt;/P&gt;
&lt;OL&gt;
 &lt;LI&gt;From the Studio&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;File&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;menu, select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Edit Project properties&lt;/STRONG&gt;.&lt;/LI&gt;
 &lt;LI&gt;Expand&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Designer&lt;/STRONG&gt;, then click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Palette Settings&lt;/STRONG&gt;.&lt;/LI&gt;
 &lt;LI&gt;Expand&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Technical&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;then select both of the components in question.&lt;/LI&gt;
 &lt;LI&gt;&lt;P&gt;Click the arrow icon add(arrow pointing right) then&lt;SPAN&gt;&amp;nbsp;click&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;A title="Talend page link" href="https://community.qlik.com/s/article/ka03p0000006EKdAAM" target="_blank" rel="noopener"&gt;https://community.talend.com/t5/Migration-Configuration-and/Where-are-the-tHashInput-and-tHashOutput-components/ta-p/309&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 16:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251353#M35334</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-14T16:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: unable to lookup into files dynamically using tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251354#M35335</link>
      <description>&lt;P&gt;Thanks, Nikhil. But this solution seems not working. I am still getting the same old output, i.e. lookup is happening only on the last file. I am meanwhile trying to save the lookup data in another file and then proceed.&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="cert_issue_2.JPG" style="width: 806px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8XQ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134407i230BBFA9BF6270BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8XQ.jpg" alt="0683p000009M8XQ.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 16:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251354#M35335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-14T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: unable to lookup into files dynamically using tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251355#M35336</link>
      <description>&lt;P&gt;Getting data in another file and then using that file as lookup worked. But I don't think this is optimum solution for it. I have to use tPrejob later for the next part of my development and I will be in problem using more than 1 tPreJob.&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000006eKOgAAM"&gt;@nthampi&lt;/A&gt;&amp;nbsp;. Here I am storing the output in tOutputExcel_2 which is read by tFileInputExcel_3.&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="VirtualBox_Talend_VM_1_14_11_2019_22_41_40.png" style="width: 956px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Zk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137307i0FAAAE584DF3F37C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Zk.png" alt="0683p000009M8Zk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 17:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251355#M35336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-14T17:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: unable to lookup into files dynamically using tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251356#M35337</link>
      <description>Why do you need two tpreJob?&lt;BR /&gt;&lt;BR /&gt;You can use onsubjobok from tfilelist2 .</description>
      <pubDate>Thu, 14 Nov 2019 17:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/unable-to-lookup-into-files-dynamically-using-tfilelist/m-p/2251356#M35337</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-11-14T17:43:12Z</dc:date>
    </item>
  </channel>
</rss>

