<?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: Component folder in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Component-folder/m-p/2369492#M132633</link>
    <description>&lt;BLOCKQUOTE&gt;
  xdshi wrote: 
 &lt;BR /&gt; 
 &lt;BR /&gt;Good Morning, 
 &lt;BR /&gt; 
 &lt;BR /&gt; First, thank you very much for your reply. 
 &lt;BR /&gt; 
 &lt;BR /&gt; I stored in a global variable in a tJava this: context.numeroImagenes = ((Integer) globalMap.get ("tFileList_1_NB_FILE")); 
 &lt;BR /&gt; 
 &lt;BR /&gt; The problem is that stored me: (1,2,3,4) and I just need the last value. 
 &lt;BR /&gt; 
 &lt;BR /&gt; You can store only the last value? 
 &lt;BR /&gt; 
 &lt;BR /&gt; thank you! 
 &lt;BR /&gt;Good Morning, 
 &lt;BR /&gt; 
 &lt;BR /&gt; First, thank you very much for your reply. 
 &lt;BR /&gt; 
 &lt;BR /&gt; I stored in a global variable in a tJava this: context.numeroImagenes = ((Integer) globalMap.get ("tFileList_1_NB_FILE")); 
 &lt;BR /&gt; 
 &lt;BR /&gt; The problem is that stored me: (1,2,3,4) and I just need the last value. 
 &lt;BR /&gt; 
 &lt;BR /&gt; You can store only the last value? 
 &lt;BR /&gt; 
 &lt;BR /&gt; thank you! 
 &lt;BR /&gt;Hi, 
 &lt;BR /&gt; 
 &lt;BR /&gt;Please take a look at a component TalendHelpCenter:tFileList which iterates on files or folders of a set directory. 
 &lt;BR /&gt;You can use the global variable 
 &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;(Integer)globalMap.get("tFileList_2_NB_FILE")). It counts the number of files found. 
 &lt;BR /&gt; 
 &lt;BR /&gt;Best regards 
 &lt;BR /&gt;Sabrina 
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Wed, 22 Jul 2015 08:01:12 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2015-07-22T08:01:12Z</dc:date>
    <item>
      <title>Component folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-folder/m-p/2369490#M132631</link>
      <description>&lt;P&gt;Good morning.&lt;BR /&gt;&lt;BR /&gt;Is there any component that counts the number of files that are in a folder?&lt;BR /&gt;&lt;BR /&gt;I need to be stored in a variable, the number of records that exist in a folder and not how.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2015 10:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-folder/m-p/2369490#M132631</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-07-21T10:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Component folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-folder/m-p/2369491#M132632</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BR /&gt;Please take a look at a component 
&lt;A href="https://help.talend.com/search/all?query=tFileList" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tFileList&lt;/A&gt; which iterates on files or folders of a set directory. 
&lt;BR /&gt;You can use the global variable 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;(Integer)globalMap.get("tFileList_2_NB_FILE")). It counts the number of files found. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 22 Jul 2015 04:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-folder/m-p/2369491#M132632</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-22T04:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Component folder</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-folder/m-p/2369492#M132633</link>
      <description>&lt;BLOCKQUOTE&gt;
  xdshi wrote: 
 &lt;BR /&gt; 
 &lt;BR /&gt;Good Morning, 
 &lt;BR /&gt; 
 &lt;BR /&gt; First, thank you very much for your reply. 
 &lt;BR /&gt; 
 &lt;BR /&gt; I stored in a global variable in a tJava this: context.numeroImagenes = ((Integer) globalMap.get ("tFileList_1_NB_FILE")); 
 &lt;BR /&gt; 
 &lt;BR /&gt; The problem is that stored me: (1,2,3,4) and I just need the last value. 
 &lt;BR /&gt; 
 &lt;BR /&gt; You can store only the last value? 
 &lt;BR /&gt; 
 &lt;BR /&gt; thank you! 
 &lt;BR /&gt;Good Morning, 
 &lt;BR /&gt; 
 &lt;BR /&gt; First, thank you very much for your reply. 
 &lt;BR /&gt; 
 &lt;BR /&gt; I stored in a global variable in a tJava this: context.numeroImagenes = ((Integer) globalMap.get ("tFileList_1_NB_FILE")); 
 &lt;BR /&gt; 
 &lt;BR /&gt; The problem is that stored me: (1,2,3,4) and I just need the last value. 
 &lt;BR /&gt; 
 &lt;BR /&gt; You can store only the last value? 
 &lt;BR /&gt; 
 &lt;BR /&gt; thank you! 
 &lt;BR /&gt;Hi, 
 &lt;BR /&gt; 
 &lt;BR /&gt;Please take a look at a component TalendHelpCenter:tFileList which iterates on files or folders of a set directory. 
 &lt;BR /&gt;You can use the global variable 
 &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;(Integer)globalMap.get("tFileList_2_NB_FILE")). It counts the number of files found. 
 &lt;BR /&gt; 
 &lt;BR /&gt;Best regards 
 &lt;BR /&gt;Sabrina 
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 22 Jul 2015 08:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-folder/m-p/2369492#M132633</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-07-22T08:01:12Z</dc:date>
    </item>
  </channel>
</rss>

