<?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 save tsystem output to file or database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224661#M17277</link>
    <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;I want to save the output of tsystem to a databse or file&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;is there anyway to do it in TOS ? (for&amp;nbsp; now it only prints output to console)&lt;/P&gt; 
&lt;P&gt;here is the python script which tsystem is using&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;import pandas as pd&lt;/P&gt; 
&lt;P&gt;data = pd.read_csv('movies.csv')&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:48:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T04:48:14Z</dc:date>
    <item>
      <title>save tsystem output to file or database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224661#M17277</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;I want to save the output of tsystem to a databse or file&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;is there anyway to do it in TOS ? (for&amp;nbsp; now it only prints output to console)&lt;/P&gt; 
&lt;P&gt;here is the python script which tsystem is using&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;import pandas as pd&lt;/P&gt; 
&lt;P&gt;data = pd.read_csv('movies.csv')&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224661#M17277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: save tsystem output to file or database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224662#M17278</link>
      <description>&lt;P&gt;Adding this to your script should do it, then you could read it back into the job afterwards if you wanted....&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;import pandas as pd
data = pd.read_csv('movies.csv')
f = open("demofile2.txt", "a")
f.write(data)
f.close()&lt;/PRE&gt; 
&lt;P&gt;.....but given what I see in the code, why would you use a python script to read the movies.csv file anyway.....or is it just an example?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 18:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224662#M17278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-02T18:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: save tsystem output to file or database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224663#M17279</link>
      <description>&lt;P&gt;this is just an example&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 06:07:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224663#M17279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-03T06:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: save tsystem output to file or database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224664#M17280</link>
      <description>&lt;P&gt;tSystem Output are saved in Global Variable like &lt;SPAN class="emphasis"&gt;&lt;STRONG&gt;OUTPUT&lt;/STRONG&gt;&lt;/SPAN&gt; and ERROROUTPUT( in cqse of error)&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These cqn be helpful in your case&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/N3wMjEh4Wlse70QVdDCuaA" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/jomWd_GKqAmTZviwG_oxHQ/N3wMjEh4Wlse70QVdDCuaA&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 19:46:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/save-tsystem-output-to-file-or-database/m-p/2224664#M17280</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-09-04T19:46:09Z</dc:date>
    </item>
  </channel>
</rss>

