<?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 stored Procedure /Function from Talend job ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278707#M54114</link>
    <description>You can use special component for this tSP - change for proper, as example -&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=tOracleSP&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tOracleSP&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;or as usual - from SQL command</description>
    <pubDate>Mon, 06 Mar 2017 21:09:50 GMT</pubDate>
    <dc:creator>vapukov</dc:creator>
    <dc:date>2017-03-06T21:09:50Z</dc:date>
    <item>
      <title>How to call stored Procedure /Function from Talend job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278706#M54113</link>
      <description>In Talend Job how to call stored Procedure or Function ?</description>
      <pubDate>Mon, 06 Mar 2017 20:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278706#M54113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T20:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to call stored Procedure /Function from Talend job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278707#M54114</link>
      <description>You can use special component for this tSP - change for proper, as example -&amp;nbsp;&lt;A href="https://help.talend.com/search/all?query=tOracleSP&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tOracleSP&amp;amp;content-lang=en&lt;/A&gt;&lt;BR /&gt;or as usual - from SQL command</description>
      <pubDate>Mon, 06 Mar 2017 21:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278707#M54114</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-06T21:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to call stored Procedure /Function from Talend job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278708#M54115</link>
      <description>Thank you very much. The link for document is very helpful -- Thanks again</description>
      <pubDate>Mon, 06 Mar 2017 21:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278708#M54115</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T21:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to call stored Procedure /Function from Talend job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278709#M54116</link>
      <description>Thank you very much vapukov, Unfortunately, we are using Postgress sql&amp;nbsp;as our db-- Is there any documentation or any other way we can call Functions /SP from Postgress SQL db ?-- Thanks In advance</description>
      <pubDate>Tue, 07 Mar 2017 20:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278709#M54116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T20:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to call stored Procedure /Function from Talend job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278710#M54117</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Thank you very much vapukov, Unfortunately, we are using Postgress sql&amp;nbsp;as our db-- Is there any documentation or any other way we can call Functions /SP from Postgress SQL db ?-- Thanks In advance&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;You can use tPostgresqlRow for call any SQL code, do it same as PostgreSQL console - plain SQL code</description>
      <pubDate>Tue, 07 Mar 2017 20:24:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278710#M54117</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-03-07T20:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to call stored Procedure /Function from Talend job ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278711#M54118</link>
      <description>So you are saying Past Function in Query area of tPostgresqlROW_1 ?</description>
      <pubDate>Tue, 07 Mar 2017 20:32:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-call-stored-Procedure-Function-from-Talend-job/m-p/2278711#M54118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T20:32:20Z</dc:date>
    </item>
  </channel>
</rss>

