<?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: Iterate tFileList for each file in another tFileList in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterate-tFileList-for-each-file-in-another-tFileList/m-p/2197369#M1139</link>
    <description>Hi Nikhil,
&lt;BR /&gt;
&lt;BR /&gt;thank you, the solution works perfectly!
&lt;BR /&gt;
&lt;BR /&gt;Many thanks
&lt;BR /&gt;Warm Regards
&lt;BR /&gt;Nicola Bracchini</description>
    <pubDate>Fri, 11 Oct 2019 06:49:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-10-11T06:49:46Z</dc:date>
    <item>
      <title>Iterate tFileList for each file in another tFileList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-tFileList-for-each-file-in-another-tFileList/m-p/2197367#M1137</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i have the following job:&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="talend.PNG" style="width: 787px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M80X.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152665i93B8834BF3BF0CB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M80X.png" alt="0683p000009M80X.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I need to iterate the tFileList_1 for each file il tFileList_2, because i need to match if the file in the folder of tFileList_1 have the same content of the file present in the folder of tFileList_2.&lt;/P&gt; 
&lt;P&gt;My job as you see in the image, is not working properly, because the iteration work simultaneously.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any suggestion?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance&lt;/P&gt; 
&lt;P&gt;Nicola&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-tFileList-for-each-file-in-another-tFileList/m-p/2197367#M1137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate tFileList for each file in another tFileList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-tFileList-for-each-file-in-another-tFileList/m-p/2197368#M1138</link>
      <description>&lt;P&gt;Hi Nicola,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Since you have to quickly check whether file A and B are matching based on the conditions, the best way is to do the comparison using tFileCompare component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Now, if you have to compare multiple input files with multiple lookup files, you will have to loop them in multiple iterations. In the below loop, the input file from FileList1 will be compared in recursive manner with FileList2 files and will provide the output.&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-center" image-alt="image.png" style="width: 865px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M2Bt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153715iAAE1D9E88650E2BA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M2Bt.png" alt="0683p000009M2Bt.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Could you please try this method? You can either match in text or binary mode.&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>Thu, 10 Oct 2019 21:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-tFileList-for-each-file-in-another-tFileList/m-p/2197368#M1138</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-10T21:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate tFileList for each file in another tFileList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-tFileList-for-each-file-in-another-tFileList/m-p/2197369#M1139</link>
      <description>Hi Nikhil,
&lt;BR /&gt;
&lt;BR /&gt;thank you, the solution works perfectly!
&lt;BR /&gt;
&lt;BR /&gt;Many thanks
&lt;BR /&gt;Warm Regards
&lt;BR /&gt;Nicola Bracchini</description>
      <pubDate>Fri, 11 Oct 2019 06:49:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-tFileList-for-each-file-in-another-tFileList/m-p/2197369#M1139</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-11T06:49:46Z</dc:date>
    </item>
  </channel>
</rss>

