<?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 passing multiple queries to tOracleRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276496#M52555</link>
    <description>Hi, 
&lt;BR /&gt;I want to iterate through 40+ SELECT statements currently held in an Excel spreadsheet..pass them to an OracleRow ....and output the results to another excel spreadsheet. Appending the results of each SQL statement to the end. 
&lt;BR /&gt;I currently have a job with a tFileInputExcel and tOracleRow component. I want to pass each SQL statement (held in one column in one sheet) into the query of the tOracleRow. 
&lt;BR /&gt;Any guidance would be great. I think I need a parameter / variable just cant see how to set it all up. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Michelle 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD2m.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127772iF52D091128B412C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD2m.jpg" alt="0683p000009MD2m.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 18 Mar 2014 00:56:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-18T00:56:22Z</dc:date>
    <item>
      <title>passing multiple queries to tOracleRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276496#M52555</link>
      <description>Hi, 
&lt;BR /&gt;I want to iterate through 40+ SELECT statements currently held in an Excel spreadsheet..pass them to an OracleRow ....and output the results to another excel spreadsheet. Appending the results of each SQL statement to the end. 
&lt;BR /&gt;I currently have a job with a tFileInputExcel and tOracleRow component. I want to pass each SQL statement (held in one column in one sheet) into the query of the tOracleRow. 
&lt;BR /&gt;Any guidance would be great. I think I need a parameter / variable just cant see how to set it all up. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Michelle 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD2m.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127772iF52D091128B412C6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD2m.jpg" alt="0683p000009MD2m.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 18 Mar 2014 00:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276496#M52555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T00:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: passing multiple queries to tOracleRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276497#M52556</link>
      <description>Hi, 
&lt;BR /&gt;For your use case, you use 
&lt;A href="https://help.talend.com/search/all?query=tContextLoad&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tContextLoad&lt;/A&gt; component to achieve that. 
&lt;BR /&gt;To make it clear, I have designed a demo job for you. 
&lt;BR /&gt;The workflow should be: tfixedflow(tfileinputxxx)--&amp;gt;tcontextload--&amp;gt;oncomponentOk--&amp;gt;tMysqlinput--&amp;gt;tfileoutputxxx 
&lt;BR /&gt;Please see my screenshots for details 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5vH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150523i46F78B38F8B55019/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5vH.png" alt="0683p000009M5vH.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDJC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147360i9A90D25FAB288DB4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDJC.png" alt="0683p000009MDJC.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDJH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132611i9994792A37C4EA55/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDJH.png" alt="0683p000009MDJH.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 18 Mar 2014 03:57:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276497#M52556</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-18T03:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: passing multiple queries to tOracleRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276498#M52557</link>
      <description>How about this? 
&lt;BR /&gt;See the screenshots... The tJava is just a way to expose the row so you can use it in tOracle... And the schema of the Excel Spreadsheet is a single column named 'SQLScript' which holds the text of the SQL query from every row in the spreadsheet. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDJM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150471iF81CEF48A23E801D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDJM.png" alt="0683p000009MDJM.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDJR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136133i2B942663161F353D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDJR.png" alt="0683p000009MDJR.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD4T.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146149iCA5ADF78E5A6FABF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD4T.png" alt="0683p000009MD4T.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD9r.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145412iC9705293B724B8CB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD9r.png" alt="0683p000009MD9r.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 18 Mar 2014 14:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276498#M52557</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-03-18T14:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: passing multiple queries to tOracleRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276499#M52558</link>
      <description>Hi, 
&lt;BR /&gt;Is there any update for your topic? Is the solution satisfying your needs?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 19 Mar 2014 03:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/passing-multiple-queries-to-tOracleRow/m-p/2276499#M52558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-19T03:52:05Z</dc:date>
    </item>
  </channel>
</rss>

