<?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: tELTMap component link to standard tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tELTMap-component-link-to-standard-tMap/m-p/2288110#M61630</link>
    <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I need to have 5 source table in database with a lot of data in these tables. &lt;BR /&gt;It's not possible to us the standard DBInput for all tables because the lookup will be too big. &lt;BR /&gt;So the idea is to use different tELTInput connected to a tELTMap. &lt;BR /&gt;The tELTMap process the (big) query in the database and the output of this tELTMap go to &lt;BR /&gt;a standard tMap instead of tELTOutput. In this case the job can continue in the standard TALEND&lt;BR /&gt;process. &lt;BR /&gt;Is it possible ?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi Pierre-Eric,
&lt;BR /&gt;ELT components generate SQL query to 
&lt;B&gt;insert/update/delete rows on one or several DB tables&lt;/B&gt;.
&lt;BR /&gt;My proposal is to split your job on 3 sub job :
&lt;BR /&gt; 1/ The first subjob used 5 ELTInput connected to a tELTMap. The tELTMap connected to a tELTOutput (the staging table). 
&lt;BR /&gt; 2/ A subjob (called by the previous subjob thanks a "Then run" link) will read the stagging data (tDBInput) and will be connected to your tMap.
&lt;BR /&gt; 3/ The last subjob (called by the previous subjob thanks a "Then run" link) will delete the temporary table (truncate stagging table).</description>
    <pubDate>Mon, 03 Sep 2007 20:24:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-09-03T20:24:07Z</dc:date>
    <item>
      <title>tELTMap component link to standard tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTMap-component-link-to-standard-tMap/m-p/2288109#M61629</link>
      <description>I need to have 5 source table in database with a lot of data in these tables. &lt;BR /&gt;It's not possible to us the standard DBInput for all tables because the lookup will be too big. &lt;BR /&gt;So the idea is to use different tELTInput connected to a tELTMap. &lt;BR /&gt;The tELTMap process the (big) query in the database and the output of this tELTMap go to &lt;BR /&gt;a standard tMap instead of tELTOutput. In this case the job can continue in the standard TALEND&lt;BR /&gt;process. &lt;BR /&gt;Is it possible ?</description>
      <pubDate>Sat, 16 Nov 2024 14:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTMap-component-link-to-standard-tMap/m-p/2288109#M61629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:33:32Z</dc:date>
    </item>
    <item>
      <title>Re: tELTMap component link to standard tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTMap-component-link-to-standard-tMap/m-p/2288110#M61630</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I need to have 5 source table in database with a lot of data in these tables. &lt;BR /&gt;It's not possible to us the standard DBInput for all tables because the lookup will be too big. &lt;BR /&gt;So the idea is to use different tELTInput connected to a tELTMap. &lt;BR /&gt;The tELTMap process the (big) query in the database and the output of this tELTMap go to &lt;BR /&gt;a standard tMap instead of tELTOutput. In this case the job can continue in the standard TALEND&lt;BR /&gt;process. &lt;BR /&gt;Is it possible ?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi Pierre-Eric,
&lt;BR /&gt;ELT components generate SQL query to 
&lt;B&gt;insert/update/delete rows on one or several DB tables&lt;/B&gt;.
&lt;BR /&gt;My proposal is to split your job on 3 sub job :
&lt;BR /&gt; 1/ The first subjob used 5 ELTInput connected to a tELTMap. The tELTMap connected to a tELTOutput (the staging table). 
&lt;BR /&gt; 2/ A subjob (called by the previous subjob thanks a "Then run" link) will read the stagging data (tDBInput) and will be connected to your tMap.
&lt;BR /&gt; 3/ The last subjob (called by the previous subjob thanks a "Then run" link) will delete the temporary table (truncate stagging table).</description>
      <pubDate>Mon, 03 Sep 2007 20:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTMap-component-link-to-standard-tMap/m-p/2288110#M61630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-09-03T20:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: tELTMap component link to standard tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tELTMap-component-link-to-standard-tMap/m-p/2288111#M61631</link>
      <description>Hello,
&lt;BR /&gt;Yes indeed it's what i'm thinking about after my post in this forum. 
&lt;BR /&gt;Right now, i'm working on modified version of ELTOracle adapt for MSSQL.
&lt;BR /&gt;I will make the test and come back here for feedbacks. 
&lt;BR /&gt;
&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 04 Sep 2007 07:57:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tELTMap-component-link-to-standard-tMap/m-p/2288111#M61631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-09-04T07:57:14Z</dc:date>
    </item>
  </channel>
</rss>

