<?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: Merging two tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199097#M2156</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLsTAAW"&gt;@praveenvm&lt;/A&gt;&amp;nbsp;you are forgetting about the tMap functionality. Put a tMap after the source data and before the tUnite. Schema alignment is not really that complex in this scenario&lt;/P&gt;</description>
    <pubDate>Tue, 18 Sep 2018 13:58:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-18T13:58:53Z</dc:date>
    <item>
      <title>Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199087#M2146</link>
      <description>&lt;P&gt;suppose I have excel file like table1 as&lt;/P&gt;
&lt;P&gt;name&amp;nbsp;&amp;nbsp;&amp;nbsp; branch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; email&lt;/P&gt;
&lt;P&gt;aaa &amp;nbsp; &amp;nbsp; &amp;nbsp; computer &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 20 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a@gmail.com&lt;/P&gt;
&lt;P&gt;bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; civil&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 27&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b@gmail.com&lt;/P&gt;
&lt;P&gt;ccc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c@gmail.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and another excel file table2 as&lt;/P&gt;
&lt;P&gt;name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age&lt;/P&gt;
&lt;P&gt;ppp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 26&lt;/P&gt;
&lt;P&gt;qqq&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now i want to join this but here is no any common data&lt;/P&gt;
&lt;P&gt;output should be like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;name&amp;nbsp;&amp;nbsp;&amp;nbsp; branch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; age&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; email&lt;/P&gt;
&lt;P&gt;aaa &amp;nbsp; &amp;nbsp; &amp;nbsp; computer &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 20 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a@gmail.com&lt;/P&gt;
&lt;P&gt;bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; civil&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 27&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b@gmail.com&lt;/P&gt;
&lt;P&gt;ccc&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c@gmail.com&lt;/P&gt;
&lt;P&gt;ppp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null&lt;/P&gt;
&lt;P&gt;qqq&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 28&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 08:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199087#M2146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T08:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199088#M2147</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOmXAAW"&gt;@Pankaj18&lt;/A&gt;,since you need to do the full outer join.&lt;/P&gt; 
&lt;P&gt;check the below link.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EqhAAE" target="_blank"&gt;https://community.talend.com/t5/Architecture-Best-Practices-and/How-to-do-a-full-outer-join-in-a-Talend-batch-Job/ta-p/36394&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 08:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199088#M2147</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-09-18T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199089#M2148</link>
      <description>&lt;P&gt;You should perform a FULLJOIN between the files , A leftjoin B union B leftjoin A .&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 08:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199089#M2148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T08:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199090#M2149</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOmXAAW"&gt;@Pankaj18&lt;/A&gt;,still do you have issue?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 09:21:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199090#M2149</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-09-18T09:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199091#M2150</link>
      <description>&lt;P&gt;Use a single tMap to adjust 2nd schema on 1rst one, then use a tUnite to concatenate both flows:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 760px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzye.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145946i946EEB9460903751/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzye.png" alt="0683p000009Lzye.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Here tFileInputExcel is replaced by tFixedFlowInput for the example.&lt;/P&gt; 
&lt;P&gt;And the result is:&lt;/P&gt; 
&lt;PRE&gt;.----+--------+---+-----------.
|         tLogRow_57          |
|=---+--------+---+----------=|
|name|branch  |age|email      |
|=---+--------+---+----------=|
|aaa |computer|20 |a@gmail.com|
|bbb |civil   |27 |b@gmail.com|
|ccc |IT      |32 |c@gmail.com|
|ppp |null    |26 |null       |
|qqq |null    |28 |null       |
'----+--------+---+-----------'&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Sep 2018 09:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199091#M2150</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-18T09:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199092#M2151</link>
      <description>&lt;P&gt;TRF ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But its not correct to unite two different schemas right ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks .&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 10:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199092#M2151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199093#M2152</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LLsTAAW"&gt;@praveenvm&lt;/A&gt;&amp;nbsp;wrote:
 &lt;BR /&gt;
 &lt;P&gt;TRF ,&lt;/P&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;P&gt;But its not correct to unite two different schemas right ?&lt;/P&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;P&gt;Thanks .&lt;/P&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;You can quite easily make the schemas the same before you connect to the tUnite.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 10:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199093#M2152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T10:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199094#M2153</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLsTAAW"&gt;@praveenvm&lt;/A&gt;, that's the reason why I started my answer with "&lt;SPAN&gt;&lt;EM&gt;Use a single tMap to adjust 2nd schema on 1rst one&lt;/EM&gt;".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 12:51:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199094#M2153</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-18T12:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199095#M2154</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;&amp;nbsp;, Ya agreed . But if we are just using the fileExcel instead of your fixedflowinput then it is adjusting the file (adding the missing columns in the file itself) and not adjusting the schema alone right ? Because even if we adjust the schema alone , that would still result in column data mismatch as talend matches file columns and schema columns&amp;nbsp;by matching&amp;nbsp;the order of columns and not my column names.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 13:08:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199095#M2154</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T13:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199096#M2155</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLsTAAW"&gt;@praveenvm&lt;/A&gt;,&amp;nbsp;all input schemas &lt;STRONG&gt;must&lt;/STRONG&gt; be identicals to use tUnite which is required for the usecase.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 13:13:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199096#M2155</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-18T13:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199097#M2156</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLsTAAW"&gt;@praveenvm&lt;/A&gt;&amp;nbsp;you are forgetting about the tMap functionality. Put a tMap after the source data and before the tUnite. Schema alignment is not really that complex in this scenario&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 13:58:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199097#M2156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-18T13:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Merging two tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199098#M2157</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOmXAAW"&gt;@Pankaj18&lt;/A&gt;, did this help?&lt;/P&gt;
&lt;P&gt;If so, thank's to mark your case as solved (Kudos also acceptedas a bonus).&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 15:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-two-tables/m-p/2199098#M2157</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-09-18T15:38:00Z</dc:date>
    </item>
  </channel>
</rss>

