<?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: How to rename a component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319301#M89565</link>
    <description>Hello 
&lt;BR /&gt;Go to the view item on component setting viewer and edit the label format.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
    <pubDate>Tue, 26 Jan 2010 10:22:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-01-26T10:22:07Z</dc:date>
    <item>
      <title>How to rename a component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319300#M89564</link>
      <description>Hi,&lt;BR /&gt;How do I rename a component in the designer. By default each component gets some ugly name like tSetGlobalVar_1, tSetGlobalVar_2, tSetGlobalVar_3. I would like to give a meaningful name to each one. &lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319300#M89564</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename a component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319301#M89565</link>
      <description>Hello 
&lt;BR /&gt;Go to the view item on component setting viewer and edit the label format.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 26 Jan 2010 10:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319301#M89565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-26T10:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename a component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319302#M89566</link>
      <description>Thanks,, but that doesn't change the name of the component, it just shows it with a different name. In the generated code the component is still named with the old name. Is there a way to change that?</description>
      <pubDate>Tue, 26 Jan 2010 10:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319302#M89566</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-01-26T10:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename a component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319303#M89567</link>
      <description>In the generated HTML documentation the components are still shown with their real name - tSetGlobalVar_1, tSetGlobalVar_2, tSetGlobalVar_3. Now it's even more confusing.</description>
      <pubDate>Tue, 26 Jan 2010 11:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319303#M89567</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-01-26T11:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to rename a component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319304#M89568</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;In the generated code the component is still named with the old name. Is there a way to change that?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;1) Go to 
&lt;B&gt;plugins\org.talend.designer.components.localprovider_3.2.3.r35442\components\tSetGlobalVar&lt;/B&gt; and change all the file name with new name, eg: 
&lt;BR /&gt;tSetGlobalVar_main.javajet change to tNewName_main.javajet 
&lt;BR /&gt;Open all the file and replace the old name with new name, eg: 
&lt;BR /&gt;tSetGlobalVar_messages.properties: 
&lt;BR /&gt;LONG_NAME=Sets a list of global variables 
&lt;BR /&gt;HELP=org.talend.help.tSetGlobalVar 
&lt;BR /&gt;VARIABLES.NAME=Variables 
&lt;BR /&gt;VARIABLES.ITEM.KEY=Key 
&lt;BR /&gt;VARIABLES.ITEM.VALUE=Value 
&lt;BR /&gt;change to: 
&lt;BR /&gt;LONG_NAME=Sets a list of global variables 
&lt;BR /&gt;HELP=org.talend.help.tNewName 
&lt;BR /&gt;VARIABLES.NAME=Variables 
&lt;BR /&gt;VARIABLES.ITEM.KEY=Key 
&lt;BR /&gt;VARIABLES.ITEM.VALUE=Value 
&lt;BR /&gt;2) Write a migration task if need, that means if there exists some jobs using the component with the old name, you need to write a migration task to make them Compatible with the new component. I think maybe it is diffcultly for you to write the migration task, I suggest you re-design the job with new component avoid writing the migration task. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 27 Jan 2010 01:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-rename-a-component/m-p/2319304#M89568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-27T01:47:25Z</dc:date>
    </item>
  </channel>
</rss>

