<?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: [resolved] Custom query in ELT component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342036#M109941</link>
    <description>ELt components generate the SQL that need that runs in the database (target usually) to perform transformations.&amp;nbsp; In general they are "Insert Select as".&amp;nbsp; The transformation could be based on joins, aggregations (sum, count etc.. group by).&amp;nbsp; There needs to be ELTMap, 1 or more inputs and an output.&amp;nbsp; The ELTMap (Eg. tELTHiveMap for Hive)&amp;nbsp;is the critical part where you define what the sql needs to be.&amp;nbsp;There is a "Generated SQL for Select...." tab in ELTMap which shows the SQL being generated. 
&lt;BR /&gt;The advantages are: 
&lt;BR /&gt;- When needing to build aggregates or do transformations of data that already exists in target, rather than pulling the data into DI server, the transformation happens in the DB. 
&lt;BR /&gt;- Easy supportability (graphical objects rather than lines of code) 
&lt;BR /&gt;- Generates consistent SQL 
&lt;BR /&gt;The current limitations are:&amp;nbsp; It cannot handle Derived tables (or inline SQLs in Oracle), generating complex OLAP functions and reading the database to generate scheme (automatically) for these components.&amp;nbsp; The scheme needs to be provided manually or xml input.</description>
    <pubDate>Tue, 22 Jul 2014 18:23:18 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2014-07-22T18:23:18Z</dc:date>
    <item>
      <title>[resolved] Custom query in ELT component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342033#M109938</link>
      <description>I am joining some tables in tELTNetezzaMap and I am wondering which component should I use to bring the results of the query into the map component.&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 20 May 2014 16:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342033#M109938</guid>
      <dc:creator>mertez</dc:creator>
      <dc:date>2014-05-20T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Custom query in ELT component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342034#M109939</link>
      <description>Have you used the ELT components before? They work quite differently than ETL components. 
&lt;BR /&gt;The way I think of it is the the ELT map component creates the sql. The ELT Output component writes the result to a table. 
&lt;BR /&gt;So there is no "bring the results into the map" 
&lt;BR /&gt;These components are mostly about generating SQL rather than Java.</description>
      <pubDate>Tue, 20 May 2014 16:25:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342034#M109939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-20T16:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Custom query in ELT component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342035#M109940</link>
      <description>Component are quite limited so at last we switched to the query push down approach . In elt we were trying to make a custom query for the input in the tELTMAP and joining this query with other table, however we could not find such a component where I could define my custom query.</description>
      <pubDate>Mon, 09 Jun 2014 21:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342035#M109940</guid>
      <dc:creator>mertez</dc:creator>
      <dc:date>2014-06-09T21:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Custom query in ELT component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342036#M109941</link>
      <description>ELt components generate the SQL that need that runs in the database (target usually) to perform transformations.&amp;nbsp; In general they are "Insert Select as".&amp;nbsp; The transformation could be based on joins, aggregations (sum, count etc.. group by).&amp;nbsp; There needs to be ELTMap, 1 or more inputs and an output.&amp;nbsp; The ELTMap (Eg. tELTHiveMap for Hive)&amp;nbsp;is the critical part where you define what the sql needs to be.&amp;nbsp;There is a "Generated SQL for Select...." tab in ELTMap which shows the SQL being generated. 
&lt;BR /&gt;The advantages are: 
&lt;BR /&gt;- When needing to build aggregates or do transformations of data that already exists in target, rather than pulling the data into DI server, the transformation happens in the DB. 
&lt;BR /&gt;- Easy supportability (graphical objects rather than lines of code) 
&lt;BR /&gt;- Generates consistent SQL 
&lt;BR /&gt;The current limitations are:&amp;nbsp; It cannot handle Derived tables (or inline SQLs in Oracle), generating complex OLAP functions and reading the database to generate scheme (automatically) for these components.&amp;nbsp; The scheme needs to be provided manually or xml input.</description>
      <pubDate>Tue, 22 Jul 2014 18:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342036#M109941</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2014-07-22T18:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Custom query in ELT component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342037#M109942</link>
      <description>If you want to just stick a query and not Talend generate, I believe you can use tNetezzaRow. &amp;nbsp;You can stick Insert-Select as query and run it. &amp;nbsp;Though I haven;t used tNetezzaRow, I have used tHiveRow which behaves the way I mentioned.</description>
      <pubDate>Tue, 22 Jul 2014 19:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Custom-query-in-ELT-component/m-p/2342037#M109942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-22T19:33:51Z</dc:date>
    </item>
  </channel>
</rss>

