<?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 SQL query on tMap output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/SQL-query-on-tMap-output/m-p/2293125#M66127</link>
    <description>If i have a job like this:&lt;BR /&gt;tOracleInput_1 --&amp;gt; main    --&amp;gt;&lt;BR /&gt;                                              tMap&lt;BR /&gt;tOracleInput_2 --&amp;gt; lookUp --&amp;gt;&lt;BR /&gt;in tMap i do an INNER JOIN with tables and in the tMap Editor i defined an output called OUT. Now i need to do an SQL query (f.e. a SELECT) in OUT. How can i do? What kind of component i need to connect to the output of tMap?I can't create another table on Database, i can use OUT as a table?How?&lt;BR /&gt;Thanks.</description>
    <pubDate>Sat, 16 Nov 2024 14:02:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T14:02:52Z</dc:date>
    <item>
      <title>SQL query on tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-query-on-tMap-output/m-p/2293125#M66127</link>
      <description>If i have a job like this:&lt;BR /&gt;tOracleInput_1 --&amp;gt; main    --&amp;gt;&lt;BR /&gt;                                              tMap&lt;BR /&gt;tOracleInput_2 --&amp;gt; lookUp --&amp;gt;&lt;BR /&gt;in tMap i do an INNER JOIN with tables and in the tMap Editor i defined an output called OUT. Now i need to do an SQL query (f.e. a SELECT) in OUT. How can i do? What kind of component i need to connect to the output of tMap?I can't create another table on Database, i can use OUT as a table?How?&lt;BR /&gt;Thanks.</description>
      <pubDate>Sat, 16 Nov 2024 14:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-query-on-tMap-output/m-p/2293125#M66127</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query on tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-query-on-tMap-output/m-p/2293126#M66128</link>
      <description>Hi,&lt;BR /&gt;doing a SELECT for you output OUT means fetching additional informations for each row? If so you should use tFlowToIterate to process a tInput for each row.&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 09 Mar 2009 19:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-query-on-tMap-output/m-p/2293126#M66128</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-09T19:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: SQL query on tMap output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/SQL-query-on-tMap-output/m-p/2293127#M66129</link>
      <description>For an update, an insert, or a delete, it's quite easy. 
&lt;BR /&gt;Let's simply continue the flow with a tOracleRow 
&lt;BR /&gt;.... -&amp;gt; tMap -&amp;gt; tOracleRow 
&lt;BR /&gt;Answer is really different and a little more complicate for a select if you wan to get the results back : 
&lt;BR /&gt;.... -&amp;gt; tMap -&amp;gt; tOracleRow -&amp;gt; tParseRecordSet -&amp;gt; ... 
&lt;BR /&gt;In your tMap, add a column named record 
&lt;BR /&gt;In tOracleRow Advanced Setting, check propagate record set (choose the record column) 
&lt;BR /&gt;In tParseRecordSet, reuse the record column 
&lt;BR /&gt;HTH,</description>
      <pubDate>Mon, 09 Mar 2009 20:00:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/SQL-query-on-tMap-output/m-p/2293127#M66129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-03-09T20:00:53Z</dc:date>
    </item>
  </channel>
</rss>

