<?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 results from tfilelist in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287404#M60997</link>
    <description>&lt;P&gt;The globalMap variable you are talking about is created for you on each iteration by the tFileList component. If you tFileList component is called tFileList_1 (not the label which is "Lista_Arquivos"), then the globalMap variable you want will likely be....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see what I have done here....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OCMEFAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147777i882A66F1E8B7887E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OCMEFAA5.png" alt="0695b00000OCMEFAA5.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually just dragged the value from the location shown below to the tJava code, then added the "System.out.println(" .....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OCMFSAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134038i13287AF88158F84F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OCMFSAA5.png" alt="0695b00000OCMFSAA5.png" /&gt;&lt;/span&gt;Each of those values under tFileList_1 is a globalMap value that you can use.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Feb 2022 23:11:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-22T23:11:39Z</dc:date>
    <item>
      <title>Iterate results from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287401#M60994</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;How can I iterate the results from tfilelist?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287401#M60994</guid>
      <dc:creator>caioaloe_</dc:creator>
      <dc:date>2024-11-15T23:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate results from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287402#M60995</link>
      <description>&lt;P&gt;This help document should guide you in the right direction.....&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/en-US/8.0/tfilelist/tfilelist-titeratetoflow-tfileoutputdelimited-tlogrow-finding-duplicate-files-between-two-folders-standard-component-this&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 00:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287402#M60995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-22T00:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate results from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287403#M60996</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OCM2sAAH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146527iCC8EC859B00AB24A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OCM2sAAH.png" alt="0695b00000OCM2sAAH.png" /&gt;&lt;/span&gt;How can I create a global variable ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;context.p_nome_vagas_ano = (String)globalMap.get("Iterate");&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 22:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287403#M60996</guid>
      <dc:creator>caioaloe_</dc:creator>
      <dc:date>2022-02-22T22:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate results from tfilelist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287404#M60997</link>
      <description>&lt;P&gt;The globalMap variable you are talking about is created for you on each iteration by the tFileList component. If you tFileList component is called tFileList_1 (not the label which is "Lista_Arquivos"), then the globalMap variable you want will likely be....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see what I have done here....&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OCMEFAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147777i882A66F1E8B7887E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OCMEFAA5.png" alt="0695b00000OCMEFAA5.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I actually just dragged the value from the location shown below to the tJava code, then added the "System.out.println(" .....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OCMFSAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134038i13287AF88158F84F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OCMFSAA5.png" alt="0695b00000OCMFSAA5.png" /&gt;&lt;/span&gt;Each of those values under tFileList_1 is a globalMap value that you can use.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 23:11:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-results-from-tfilelist/m-p/2287404#M60997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-22T23:11:39Z</dc:date>
    </item>
  </channel>
</rss>

