<?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 get an instence of a component in tjava in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235593#M24590</link>
    <description>&lt;P&gt;hi TRF&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you again for your answer&lt;/P&gt;
&lt;P&gt;would you mind giving me some example or links on how can i access to object properties&lt;/P&gt;
&lt;P&gt;actually i want to find a way on how can i add with javacode some column to a csv file structure&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 16:30:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-27T16:30:20Z</dc:date>
    <item>
      <title>How to get an instence of a component in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235591#M24588</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I want ask if there is way to get an instance of a component if a job(ex:tmap , tmysqlinput) in tjava code and then manipulate it manually using code&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Help please&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 13:51:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235591#M24588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T13:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get an instence of a component in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235592#M24589</link>
      <description>Very hazardous. Looking at the generated Java code will give you some answers (I think so).&lt;BR /&gt;In fact, accessing to some objects properties is possible (there is blogs and articles about this) but changing anything seems to be dangerous (IMHO).&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:18:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235592#M24589</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-27T16:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get an instence of a component in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235593#M24590</link>
      <description>&lt;P&gt;hi TRF&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you again for your answer&lt;/P&gt;
&lt;P&gt;would you mind giving me some example or links on how can i access to object properties&lt;/P&gt;
&lt;P&gt;actually i want to find a way on how can i add with javacode some column to a csv file structure&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235593#M24590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T16:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get an instence of a component in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235594#M24591</link>
      <description>&lt;P&gt;Well, I don't want give you bad information regarding this little bit tricky subject.&lt;/P&gt; 
&lt;P&gt;May be a guy as &lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt; can give you good directions or advices.&lt;/P&gt; 
&lt;P&gt;Also &lt;A href="http://bekwam.blogspot.fr/2011/06/dynamic-schemas-in-talend-open-studio.html" target="_self" rel="nofollow noopener noreferrer"&gt;Bekwam's blog&lt;/A&gt; may help you.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 17:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235594#M24591</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-27T17:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get an instence of a component in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235595#M24592</link>
      <description>&lt;P&gt;You don't have total control over other components at runtime, but you can take some control. An example of this is switching Connections (DB and FTP, for example) at runtime. This tutorial shows how this is achieved by using Java (&lt;A href="https://www.rilhia.com/quicktips/quick-tip-dynamically-change-db-connection" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/quicktips/quick-tip-dynamically-change-db-connection&lt;/A&gt;). As&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;suggests, it is not necessarily the safest thing to be trying. But sometimes it can actually be quite useful. However this is not really documented anywhere and would probably be considered "hacking". Remember to look at the code that is generated. If you can read Java, you will learn a lot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 19:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235595#M24592</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T19:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get an instence of a component in tjava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235596#M24593</link>
      <description>&lt;P&gt;rhall2_0&lt;/P&gt;
&lt;P&gt;thank you very much for your explanation&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 20:34:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-an-instence-of-a-component-in-tjava/m-p/2235596#M24593</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-27T20:34:51Z</dc:date>
    </item>
  </channel>
</rss>

