<?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 [resolved] tFileList : Not able the access the global variables. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326772#M96226</link>
    <description>Hi Guys, 
&lt;BR /&gt;I 'm very new to Talend. 
&lt;BR /&gt;I was checking on the tFileList component, where in i can mention the files in a directory. 
&lt;BR /&gt;I have mentioned the Directory path and also mentioned the format as ".csv". 
&lt;BR /&gt;But when i move to next step, that is, component properties of tInputFileDelimited, Talend should present all the global variables which we can use. 
&lt;BR /&gt;I read in some pages that i have to press Ctrl + space bar to get the list . 
&lt;BR /&gt;I m not able to get that. Is there any other way out? 
&lt;BR /&gt;Sumanth</description>
    <pubDate>Mon, 15 Jul 2013 14:21:41 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2013-07-15T14:21:41Z</dc:date>
    <item>
      <title>[resolved] tFileList : Not able the access the global variables.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326772#M96226</link>
      <description>Hi Guys, 
&lt;BR /&gt;I 'm very new to Talend. 
&lt;BR /&gt;I was checking on the tFileList component, where in i can mention the files in a directory. 
&lt;BR /&gt;I have mentioned the Directory path and also mentioned the format as ".csv". 
&lt;BR /&gt;But when i move to next step, that is, component properties of tInputFileDelimited, Talend should present all the global variables which we can use. 
&lt;BR /&gt;I read in some pages that i have to press Ctrl + space bar to get the list . 
&lt;BR /&gt;I m not able to get that. Is there any other way out? 
&lt;BR /&gt;Sumanth</description>
      <pubDate>Mon, 15 Jul 2013 14:21:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326772#M96226</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-15T14:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileList : Not able the access the global variables.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326773#M96227</link>
      <description>For each iteration, you get your file name from globalMap.&lt;BR /&gt;E.g.&lt;BR /&gt;System.out.println("*** " + (String) globalMap.get("tFileList_1_CURRENT_FILE") + " ***");</description>
      <pubDate>Mon, 15 Jul 2013 15:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326773#M96227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-15T15:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileList : Not able the access the global variables.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326774#M96228</link>
      <description>Hi Sumanth, 
&lt;BR /&gt;If you are press Ctrl + space bar to get the, what are components used in your job 
&lt;BR /&gt;those components related global variables presented.In that select the global variable based on your component. 
&lt;BR /&gt;for tFileList component global variable is bleow one . 
&lt;BR /&gt;"((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))" 
&lt;BR /&gt;Regards 
&lt;BR /&gt;kumar.talend</description>
      <pubDate>Mon, 15 Jul 2013 15:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326774#M96228</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-15T15:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileList : Not able the access the global variables.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326775#M96229</link>
      <description>Hi 
&lt;BR /&gt;I have replied to your another forum 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqn4CAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/tfilelist-Issues-with-using-context-in-autonomous-script/td-p/111201&lt;/A&gt;, hope it will be useful for you. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 16 Jul 2013 04:07:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326775#M96229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-16T04:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileList : Not able the access the global variables.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326776#M96230</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi&lt;BR /&gt;I have replied to your another forum &lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqn4CAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/tfilelist-Issues-with-using-context-in-autonomous-script/td-p/111201&lt;/A&gt;, hope it will be useful for you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thanks Sabrina, 
&lt;BR /&gt;It was the problem with hotkeys. 
&lt;BR /&gt;I had to Close and Reopen the TOS window, to get it work. 
&lt;BR /&gt;Thanks a lot 
&lt;BR /&gt;Sumanth</description>
      <pubDate>Tue, 16 Jul 2013 10:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326776#M96230</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-16T10:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tFileList : Not able the access the global variables.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326777#M96231</link>
      <description>Hi, &lt;BR /&gt;It is great. Thanks for your feedback.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 16 Jul 2013 10:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tFileList-Not-able-the-access-the-global-variables/m-p/2326777#M96231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-16T10:15:16Z</dc:date>
    </item>
  </channel>
</rss>

