<?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 data from external file to oracle table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/data-from-external-file-to-oracle-table/m-p/2280287#M55186</link>
    <description>&lt;P&gt;hi team ,&lt;/P&gt;&lt;P&gt;i want to extract data from external file (only one value e.g 100) and pass this value to oracleSp this has a stored function and this returns a value that is to be stored in another table (oracle) ,for test i am using logrow .&lt;/P&gt;&lt;P&gt;i have created tFileInputDelimited_1-&amp;gt;tFixedFlowInput_1-&amp;gt; tOracleSP_1-&amp;gt; tLogRow_1&lt;/P&gt;&lt;P&gt;the above does not work&lt;/P&gt;&lt;P&gt;this works tFixedFlowInput_1-&amp;gt; tOracleSP_1-&amp;gt; tLogRow_1&lt;/P&gt;&lt;P&gt;but if i put tFileInputDelimited_1 then blank value .&lt;/P&gt;&lt;P&gt;Please advise, thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2017 16:10:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-15T16:10:46Z</dc:date>
    <item>
      <title>data from external file to oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-external-file-to-oracle-table/m-p/2280287#M55186</link>
      <description>&lt;P&gt;hi team ,&lt;/P&gt;&lt;P&gt;i want to extract data from external file (only one value e.g 100) and pass this value to oracleSp this has a stored function and this returns a value that is to be stored in another table (oracle) ,for test i am using logrow .&lt;/P&gt;&lt;P&gt;i have created tFileInputDelimited_1-&amp;gt;tFixedFlowInput_1-&amp;gt; tOracleSP_1-&amp;gt; tLogRow_1&lt;/P&gt;&lt;P&gt;the above does not work&lt;/P&gt;&lt;P&gt;this works tFixedFlowInput_1-&amp;gt; tOracleSP_1-&amp;gt; tLogRow_1&lt;/P&gt;&lt;P&gt;but if i put tFileInputDelimited_1 then blank value .&lt;/P&gt;&lt;P&gt;Please advise, thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 16:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-external-file-to-oracle-table/m-p/2280287#M55186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T16:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: data from external file to oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-external-file-to-oracle-table/m-p/2280288#M55187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I think (sorry can't try cause I've not Oracle installed on my laptop), you can connect tOracleSP to &lt;SPAN&gt;tFileInputDelimited.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Supposing the&amp;nbsp;tFileInputDelimited schema is made of 1 integer field (called value for example) configure the&amp;nbsp;tOracleSP like this:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuCo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128090iE4B47F2EA04469F7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuCo.png" alt="0683p000009LuCo.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;The output schema contains a field in which the result will be return by the called function.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Select this field in the list "Return result in".&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Let me know if it works.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2017 22:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-external-file-to-oracle-table/m-p/2280288#M55187</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-15T22:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: data from external file to oracle table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/data-from-external-file-to-oracle-table/m-p/2280289#M55188</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;a) ParentJob: tFileInputDelimited_1-&amp;gt;tFlowToIterate_1-&amp;gt; tRunJob_1&amp;nbsp;with context parameter for SubJob&lt;/P&gt; 
&lt;P&gt;b) SubJob: tFixedFlowInput_1-&amp;gt; tOracleSP_1-&amp;gt; tLogRow_1&lt;/P&gt; 
&lt;P&gt;tFixedFlowInput_1with Modus 'Use Single Table'&lt;/P&gt; 
&lt;P&gt;'column_1' with value context.param_1,&lt;/P&gt; 
&lt;P&gt;'column_2' with value context.param_2 etc... all needed Input-Parameter from tOracleSP_1&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 16:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/data-from-external-file-to-oracle-table/m-p/2280289#M55188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-06T16:35:23Z</dc:date>
    </item>
  </channel>
</rss>

