<?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 Return value in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367615#M130975</link>
    <description>Hi,&lt;BR /&gt;My Talend job is executed by Nagios, i would like to return a value generated by a tJava component at the end of the execution.&lt;BR /&gt;I've heard about the tBufferOutput but how can i link it with the tJava ?&lt;BR /&gt;Thanks</description>
    <pubDate>Sat, 16 Nov 2024 13:33:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:33:09Z</dc:date>
    <item>
      <title>Return value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367615#M130975</link>
      <description>Hi,&lt;BR /&gt;My Talend job is executed by Nagios, i would like to return a value generated by a tJava component at the end of the execution.&lt;BR /&gt;I've heard about the tBufferOutput but how can i link it with the tJava ?&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:33:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367615#M130975</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Return value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367616#M130976</link>
      <description>Hello 
&lt;BR /&gt;On tJava, put the return value to a global var, eg: globalMap.put("value",value).
&lt;BR /&gt;On the next subJob, using tFixedFlowInput to generate this value and link it to tBufferOutput. eg:
&lt;BR /&gt;tJava
&lt;BR /&gt; |
&lt;BR /&gt;tFixedFlowInput---tBufferOutput
&lt;BR /&gt;On tFixedFlowInput, only generate one row, define one filed, set the value as; (String)globalMap.get("value")
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Sat, 20 Feb 2010 05:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367616#M130976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-20T05:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Return value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367617#M130977</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;if we .sh file is returning some value if we run .sh file will it be shown in terminal or command promt?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 21:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367617#M130977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-16T21:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Return value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367618#M130978</link>
      <description>&lt;P&gt;Hello&lt;SPAN class="UserName lia-user-name lia-user-rank-Five-Stars lia-component-message-view-widget-author-username"&gt; &lt;A id="link_7" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/s/profile/0053p000007LMspAAG" target="_self"&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt; 
&lt;P&gt;For debug, you can add some tLogRow components in the job to print the data on the console. Add this word "pause" at the end line of job script(.bat or .sh), to see the message printed on the command promt before the window closes.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 10:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Return-value/m-p/2367618#M130978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-19T10:29:13Z</dc:date>
    </item>
  </channel>
</rss>

