<?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: Python object mapping to Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205501#M5941</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; This would be the other way around. In Talend, I am using tSystem to run Python script which is now trying to pass an object ( instance of class) to TSystem Output. However, I am not sure if Python object can be passed as such and how do we store in Talend which is java based. Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 18:24:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-20T18:24:00Z</dc:date>
    <item>
      <title>Python object mapping to Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205499#M5939</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have a class created in Python and would like to pass the instance (object) to Talend. I am not sure as to how to store the object "as-is" and use to retrieve values? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205499#M5939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Python object mapping to Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205500#M5940</link>
      <description>if you're invoking a talend job from your python script, the simplest way to pass information would be to populate context var's when invoking talend. 
&lt;BR /&gt; 
&lt;BR /&gt;you can do this by calling the job and passing an argument for each context variable: --context_param CONTEXT_VAR_NAME=context_var_value</description>
      <pubDate>Wed, 19 Sep 2018 20:29:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205500#M5940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T20:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Python object mapping to Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205501#M5941</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp; This would be the other way around. In Talend, I am using tSystem to run Python script which is now trying to pass an object ( instance of class) to TSystem Output. However, I am not sure if Python object can be passed as such and how do we store in Talend which is java based. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 18:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205501#M5941</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T18:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Python object mapping to Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205502#M5942</link>
      <description>&lt;P&gt;There may be a Python interpreter in the Exchange. There are also APIs available that you could use, for example (&lt;A href="https://pythonhosted.org/javabridge/java2python.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://pythonhosted.org/javabridge/java2python.html&lt;/A&gt;).&lt;/P&gt;
&lt;P&gt;But I would consider serialising (or simply returning) your Python object in XML/JSON and reading that into Talend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 19:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Python-object-mapping-to-Talend/m-p/2205502#M5942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T19:13:44Z</dc:date>
    </item>
  </channel>
</rss>

