<?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 how do I capture tssh output? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-tssh-output/m-p/2271773#M49266</link>
    <description>I have the component set to go to global variable, and the documentations says it will go to STDOUT, but how do I get at it? My job reads a database, does some filters, and then runs a sub-job. The subjob does an ssh, reads data, and needs to return the data to the calling job. I think I need to somehow push stdout into a tbufferoutput to return to the calling job, but I don't know how, and I can't find any tssh examples that demonstrate this functionality. Can anyone help?</description>
    <pubDate>Thu, 17 Nov 2016 23:45:07 GMT</pubDate>
    <dc:creator>JasonMiller</dc:creator>
    <dc:date>2016-11-17T23:45:07Z</dc:date>
    <item>
      <title>how do I capture tssh output?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-tssh-output/m-p/2271773#M49266</link>
      <description>I have the component set to go to global variable, and the documentations says it will go to STDOUT, but how do I get at it? My job reads a database, does some filters, and then runs a sub-job. The subjob does an ssh, reads data, and needs to return the data to the calling job. I think I need to somehow push stdout into a tbufferoutput to return to the calling job, but I don't know how, and I can't find any tssh examples that demonstrate this functionality. Can anyone help?</description>
      <pubDate>Thu, 17 Nov 2016 23:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-tssh-output/m-p/2271773#M49266</guid>
      <dc:creator>JasonMiller</dc:creator>
      <dc:date>2016-11-17T23:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture tssh output?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-tssh-output/m-p/2271774#M49267</link>
      <description>Hi,&lt;BR /&gt;Do you want to return a value from a child job to the parent job?&lt;BR /&gt;Could you please take a look at KB article about:&lt;A href="https://help.talend.com/search/all?query=Returning+a+value+from+a+child+Job+to+the+parent+Job&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Returning a value from a child Job to the parent Job&lt;/A&gt;&amp;nbsp;to see if it is Ok with you?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 18 Nov 2016 07:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-tssh-output/m-p/2271774#M49267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T07:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: how do I capture tssh output?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-tssh-output/m-p/2271775#M49268</link>
      <description>tSSH store result into variable, You can access to this variable by -&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt;((String)globalMap.get(&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#3933ff"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt;"tSSH_1_STDOUT"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt;)), same with errors -&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt;((String)globalMap.get(&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="#3933ff"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt;"tSSH_1_STDERR"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt;))&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;the work with it as any other variables&amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCCg.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134563i9023B4C45F29EE95/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCCg.png" alt="0683p000009MCCg.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCDz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147323i23F9D380715922DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCDz.png" alt="0683p000009MCDz.png" /&gt;&lt;/span&gt;&amp;nbsp;&amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCMe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127988iEC62E2E1C0C5AA69/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCMe.png" alt="0683p000009MCMe.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 18 Nov 2016 08:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-do-I-capture-tssh-output/m-p/2271775#M49268</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2016-11-18T08:33:41Z</dc:date>
    </item>
  </channel>
</rss>

