<?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 call python code in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2375998#M144372</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You cannot directly call C# code in Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I have not tried it but an indirect way of calling these code in Talend is through tSystem command where you can call system commands.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You can embed your C# code in a system executable file and can call them from Talend jobs. Please refer the link below for the details related tsystem component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/mdw6s1fJbAlR4WwQQv9PCw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/mdw6s1fJbAlR4WwQQv9PCw&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; If the reply has helped you, could you please mark the topic as resolved? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
    <pubDate>Fri, 21 Sep 2018 17:49:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-21T17:49:07Z</dc:date>
    <item>
      <title>how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2375996#M144370</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I&amp;nbsp; want to know&amp;nbsp; how can we call a C# Sharp program from Talend.&lt;/P&gt; 
&lt;P&gt;I already read the post which gave an idea like below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;"In Talend, you can have a try to call C# (C Sharp) Code by using the component -tjava or try to custom a routine to call C# (C Sharp) Code in Talend."&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;But i dont know how to create a routine based on C# code in talend or how to call the C # from tjava component.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Could anyone please give an idea or any examples for calling a C sharp code from talend.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks-&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Gayathri S&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2375996#M144370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2375997#M144371</link>
      <description>Sorry the header was change by mistake..the header will be&lt;BR /&gt;how to call C# sharp code in talend</description>
      <pubDate>Thu, 20 Sep 2018 08:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2375997#M144371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T08:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to call python code in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2375998#M144372</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You cannot directly call C# code in Talend.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; I have not tried it but an indirect way of calling these code in Talend is through tSystem command where you can call system commands.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; You can embed your C# code in a system executable file and can call them from Talend jobs. Please refer the link below for the details related tsystem component.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/mdw6s1fJbAlR4WwQQv9PCw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/mdw6s1fJbAlR4WwQQv9PCw&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; If the reply has helped you, could you please mark the topic as resolved? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 17:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-call-python-code-in-talend/m-p/2375998#M144372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T17:49:07Z</dc:date>
    </item>
  </channel>
</rss>

