<?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: How do you achieve a UNION or UNION ALL using the tELT components in talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321715#M91722</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are your two tables from one database or not when you are using ELT components?&lt;/P&gt;
&lt;P&gt;For UNION or UNION ALL operations, it can be implemented by doing a join on tMap.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2019 08:02:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-05-27T08:02:31Z</dc:date>
    <item>
      <title>How do you achieve a UNION or UNION ALL using the tELT components in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321714#M91721</link>
      <description>&lt;P&gt;Hi, can someone explain how to accomplish UNION and UNION all in the tELT components in Talend?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My use case is to merge 2 tables into 1 that will have a sparse presentation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. Table A has ID and String1, String2 and Table B has ID and String1, String3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The desired output table is ID, String1, String2, String3 with sparse results in String2 and String3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The query in SQL looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT ID, String1, String2, null as String3&lt;/P&gt;&lt;P&gt;UNION ALL&lt;/P&gt;&lt;P&gt;SELECT ID, String1, null, String3&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 17:14:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321714#M91721</guid>
      <dc:creator>mdeeter</dc:creator>
      <dc:date>2019-05-21T17:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do you achieve a UNION or UNION ALL using the tELT components in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321715#M91722</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Are your two tables from one database or not when you are using ELT components?&lt;/P&gt;
&lt;P&gt;For UNION or UNION ALL operations, it can be implemented by doing a join on tMap.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 08:02:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321715#M91722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-27T08:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do you achieve a UNION or UNION ALL using the tELT components in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321716#M91723</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you sure that Union/ union All can be implemented in tELTMap component?&lt;/P&gt;&lt;P&gt;Can you please share any sample job tELT Hive component design with union all please? I'm really not finding any relevent answer anywhere else?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 12:44:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321716#M91723</guid>
      <dc:creator>dhazarihazari</dc:creator>
      <dc:date>2021-02-01T12:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you achieve a UNION or UNION ALL using the tELT components in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321717#M91724</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; For UNION or UNION ALL operations, it can be implemented by doing a join on tMap component instead of tELTMap component.&lt;/P&gt;&lt;P&gt;The three ELT components are closely related, in terms of their operating conditions. Such as, tELTXXXInput, tELTMap and tELTXXXOutput.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 08:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321717#M91724</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-02T08:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: How do you achieve a UNION or UNION ALL using the tELT components in talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321718#M91725</link>
      <description>&lt;P&gt;@Xiaodi Shi​&amp;nbsp;Hi, i'm now trying to do a union of two large tables with same structure but using tMap would be very slow. Any chance to use tELT components to achieve this ?&lt;/P&gt;&lt;P&gt;Want to keep the metadata of tables, hence DBRow or similar wont work.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 12:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-do-you-achieve-a-UNION-or-UNION-ALL-using-the-tELT/m-p/2321718#M91725</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-09-21T12:07:25Z</dc:date>
    </item>
  </channel>
</rss>

