<?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 Design Component name in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366721#M130175</link>
    <description>&lt;P&gt;I have a few tJava components added. They are added with name tJava_1... tJava_n&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have renamed and given them a custom name so its easy for me debug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know there is a "currentComponent" variable which allows me to reference this object. Is there anything available which would allow me to reference the custom name of that component?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 05:36:31 GMT</pubDate>
    <dc:creator>root</dc:creator>
    <dc:date>2024-11-16T05:36:31Z</dc:date>
    <item>
      <title>Design Component name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366721#M130175</link>
      <description>&lt;P&gt;I have a few tJava components added. They are added with name tJava_1... tJava_n&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have renamed and given them a custom name so its easy for me debug.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know there is a "currentComponent" variable which allows me to reference this object. Is there anything available which would allow me to reference the custom name of that component?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366721#M130175</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2024-11-16T05:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Design Component name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366722#M130176</link>
      <description>&lt;P&gt;You can access the "custom name" or label, of any component like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(String)globalMap.get("componentName__LABEL__");
// e.g., for tJava_1:
(String)globalMap.get("tJava_1__LABEL__");&lt;/PRE&gt;
&lt;P&gt;I am not sure what you mean by the "current" component. &amp;nbsp;If you mean the component that is being executed currently in the flow, I am not sure how you would get that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 00:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366722#M130176</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-06-13T00:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Design Component name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366723#M130177</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000006yqfZAAQ"&gt;@nfz11&lt;/A&gt;&amp;nbsp;Unfortunately, this did not work for me. Do you have any working example you can share? Maybe I am missing something.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 14:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366723#M130177</guid>
      <dc:creator>root</dc:creator>
      <dc:date>2019-06-13T14:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Design Component name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366724#M130178</link>
      <description>&lt;P&gt;I apologize, the example I gave will not work as the __LABEL__ value is not exported to the globalMap.&amp;nbsp; I don't think there is a way to get that value in a Talend job.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2019 21:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366724#M130178</guid>
      <dc:creator>nfz11</dc:creator>
      <dc:date>2019-06-13T21:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Design Component name</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366725#M130179</link>
      <description>&lt;P&gt;It is not a custom name it is an alias. If you look at the underlying code, a component called tJava_1 will always be tJava_1 even if it is given an alias. You will always need to refer to the name.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 16:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Design-Component-name/m-p/2366725#M130179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-03T16:19:18Z</dc:date>
    </item>
  </channel>
</rss>

