<?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: Where is the Component-level global variables list? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357387#M122701</link>
    <description>Hi, 
&lt;BR /&gt;Thank you for the detailed explanation, I have got your requirement exactly. 
&lt;BR /&gt;I think it is a good suggestion, I have reported this issue to our documentation team. I think this issue will be addressed in a future release. 
&lt;BR /&gt;Please look forward to that. Thanks your contribution. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 09 Aug 2013 04:40:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-09T04:40:19Z</dc:date>
    <item>
      <title>Where is the Component-level global variables list?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357384#M122698</link>
      <description>Coming back to Talend for a project and I'm hoping this is resolved as I asked for it 3 years ago:
&lt;BR /&gt;Is there a "master list" that exists that names all of the component-based global variables that can be gotten to in code, like through the tJava component?
&lt;BR /&gt;For instance:
&lt;BR /&gt;If i were working with, say, a tFileList, one can get to the current file name via tFileList_1_CURRENT_FILE
&lt;BR /&gt;Where is the master list of all of the "global variables" or whatever you call them for each and every component? And if there is a master list, why isn't it available through the online help page, explaining what all those variables are?
&lt;BR /&gt;And for that matter - you've got this nice looking online help now for each component - why in the world don't you put this information on the page for each component?
&lt;BR /&gt;Come on guys - this is 3 or more years later - please tell me you've documented this somewhere for all to see??
&lt;BR /&gt;Also: did you know your help webpage doesn't work with the latest version of firefox? When I put the cursor in the search text box and try to type something, it automatically brings up the "How can we improve this...yadayadayada..." dialog.</description>
      <pubDate>Wed, 07 Aug 2013 21:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357384#M122698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-07T21:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Component-level global variables list?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357385#M122699</link>
      <description>Hi, 
&lt;BR /&gt;Actually, we have documented the "global variables" in component reference 
&lt;A href="https://help.talend.com/search/all?query=tFileList&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileList&lt;/A&gt;. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Also: did you know your help webpage doesn't work with the latest version of firefox? When I put the cursor in the search text box and try to type something, it automatically brings up the "How can we improve this...yadayadayada..." dialog.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The latest one? I have made a testing and everything is OK. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEpt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137091i8AFCDB842397F7AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEpt.png" alt="0683p000009MEpt.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEuJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155563iEDD07409BE2037EF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEuJ.png" alt="0683p000009MEuJ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 08 Aug 2013 03:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357385#M122699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-08T03:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Component-level global variables list?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357386#M122700</link>
      <description>You refer to documenting a single component, yet I'm inquiring if there is a master list w/matrix like I had suggested a long time ago? 
&lt;BR /&gt;For instance: 
&lt;BR /&gt;If I wanted to get the file name for a tFileInputFullRow component how would it be done? I've seen examples on tFileList such as globalMap.get("tFileList_1_CURRENT_FILE")... 
&lt;BR /&gt;There really seems to be no rhyme or reason nor any documentation that's meaningful other than "how-to" forum posts on a lot of this globalMap stuff. And Talend has been around long enough for you guys to take this seriously and address it because it's just a giant waste of time. 
&lt;BR /&gt;So, again, what you need is documentation of each component that goes something like this: 
&lt;BR /&gt;Component = tFileInputFullRow 
&lt;BR /&gt;Property File Name = globalMap.get("tFileInputFullRow_1_FILE_NAME") 
&lt;BR /&gt;Property Row Separator = globalMap.get("tFileInputFullRow_1_ROW_SEPARATOR") 
&lt;BR /&gt;Things you can't get to: Property1, Property2, etc., etc. 
&lt;BR /&gt;Component = tFileList 
&lt;BR /&gt;Property Directory = globalMap.get("tFileList_1_DIR") 
&lt;BR /&gt;Property CURRENT_FILE = globalMap.get("tFileList_1_CURRENT_FILE") 
&lt;BR /&gt;Things you can't get to: Property1, Property2, etc., etc. 
&lt;BR /&gt; 
&lt;BR /&gt;Get my meaning? And, if you just can't get to that property because it hasn't been publicly exposed, then just say so. For every component, every property. 
&lt;BR /&gt;That is what is needed. If you do this in the docs, you'll cut your forum posts in half on the globalmap/component properties issues, guaranteed.</description>
      <pubDate>Thu, 08 Aug 2013 18:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357386#M122700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-08T18:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Component-level global variables list?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357387#M122701</link>
      <description>Hi, 
&lt;BR /&gt;Thank you for the detailed explanation, I have got your requirement exactly. 
&lt;BR /&gt;I think it is a good suggestion, I have reported this issue to our documentation team. I think this issue will be addressed in a future release. 
&lt;BR /&gt;Please look forward to that. Thanks your contribution. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 09 Aug 2013 04:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357387#M122701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-09T04:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Component-level global variables list?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357388#M122702</link>
      <description>The Studio Outline Panel is the place to see all of the component "global variables".&lt;BR /&gt;&lt;A href="http://www.talendbyexample.com/talend-studio-outline-panel-reference.html" rel="nofollow noopener noreferrer"&gt;http://www.talendbyexample.com/talend-studio-outline-panel-reference.html&lt;/A&gt;&lt;BR /&gt;I also sometimes find it helpful to add the following statement to a tJavaMap. It's a bit crude but useful - usually at the end of a Job.&lt;BR /&gt;System.out.println(globalMap.toString().replaceAll(",", "\n"));</description>
      <pubDate>Fri, 09 Aug 2013 08:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357388#M122702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-09T08:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Component-level global variables list?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357389#M122703</link>
      <description>A tJavaMap at the end of a job is a most-excellent suggestion...I'll try that.
&lt;BR /&gt;Thanks for the feedback everyone.</description>
      <pubDate>Fri, 09 Aug 2013 12:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357389#M122703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-09T12:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the Component-level global variables list?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357390#M122704</link>
      <description>thanks for comment on outline panel, exactly what I need</description>
      <pubDate>Fri, 19 Dec 2014 12:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-is-the-Component-level-global-variables-list/m-p/2357390#M122704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-19T12:56:04Z</dc:date>
    </item>
  </channel>
</rss>

