<?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 to multiple files common key own column into unique file all columns in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-multiple-files-common-key-own-column-into-unique-file-all/m-p/2269367#M47644</link>
    <description>&lt;P&gt;i have found an ugly solution....&lt;/P&gt; 
&lt;P&gt;begining with a&amp;nbsp; fileList to get an exhaustiv list of key from all files,&lt;/P&gt; 
&lt;P&gt;then loading each files linked into a tMap&lt;/P&gt; 
&lt;P&gt;... i would prefer a loop or a iteration instead of loading them each "manually"&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-05-23%2011_49_59-Talend%20Cloud%20Data%20Integration%20(7.3.1.20200219_1130)%20_%20BAYARD%20(Connexion_%20BAYARD)" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaEQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152496i5FFED75AAEB8E72A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaEQ.png" alt="0683p000009MaEQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MatJ"&gt;2020-05-23 11_49_59-Talend Cloud Data Integration (7.3.1.20200219_1130) _ BAYARD (Connexion_ BAYARD).png&lt;/A&gt;</description>
    <pubDate>Sat, 23 May 2020 11:09:14 GMT</pubDate>
    <dc:creator>iztoogood</dc:creator>
    <dc:date>2020-05-23T11:09:14Z</dc:date>
    <item>
      <title>How to multiple files common key own column into unique file all columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-multiple-files-common-key-own-column-into-unique-file-all/m-p/2269366#M47643</link>
      <description>&lt;P&gt;Can any one can give me an advice to deal with this issue...&lt;/P&gt;
&lt;P&gt;il have multiple files (more than 10)&lt;/P&gt;
&lt;P&gt;each of them have a key but not exhaustive.... and its own column&lt;/P&gt;
&lt;P&gt;i would like to merge all of them into a unique fiel with all columns.&lt;/P&gt;
&lt;P&gt;here is an example of my source files :&lt;/P&gt;
&lt;PRE&gt;.---+------.
|tLogRow_1 |
|=--+-----=|
|key|col120|
|=--+-----=|
|1  |A     |
|2  |B     |
|3  |C     |
|5  |E     |
'---+------'

.---+------.
|tLogRow_2 |
|=--+-----=|
|key|col121|
|=--+-----=|
|1  |W     |
|2  |X     |
|3  |Y     |
|4  |Z     |
'---+------'

.---+------.
|tLogRow_3 |
|=--+-----=|
|key|col123|
|=--+-----=|
|1  |R     |
|2  |S     |
|3  |T     |
|6  |U     |
'---+------'&lt;/PRE&gt;
&lt;P&gt;here is the traget file wanted&lt;/P&gt;
&lt;PRE&gt;.---+------+------+------.
|        tLogRow         |
|=--+-----=+-----=+-----=|
|key|col120|col121|col123|
|=--+-----=+-----=+-----=|
|1  |A     |W     |R     |
|2  |B     |X     |S     |
|3  |C     |Y     |T     |
|4  |null  |Z     |null  |
|5  |E     |null  |null  |
|6  |null  |null  |U     |
'---+------+-----+-------'&lt;/PRE&gt;
&lt;P&gt;thanks in advance for your help&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-multiple-files-common-key-own-column-into-unique-file-all/m-p/2269366#M47643</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2024-11-16T02:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to multiple files common key own column into unique file all columns</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-multiple-files-common-key-own-column-into-unique-file-all/m-p/2269367#M47644</link>
      <description>&lt;P&gt;i have found an ugly solution....&lt;/P&gt; 
&lt;P&gt;begining with a&amp;nbsp; fileList to get an exhaustiv list of key from all files,&lt;/P&gt; 
&lt;P&gt;then loading each files linked into a tMap&lt;/P&gt; 
&lt;P&gt;... i would prefer a loop or a iteration instead of loading them each "manually"&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-05-23%2011_49_59-Talend%20Cloud%20Data%20Integration%20(7.3.1.20200219_1130)%20_%20BAYARD%20(Connexion_%20BAYARD)" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaEQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152496i5FFED75AAEB8E72A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaEQ.png" alt="0683p000009MaEQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009MatJ"&gt;2020-05-23 11_49_59-Talend Cloud Data Integration (7.3.1.20200219_1130) _ BAYARD (Connexion_ BAYARD).png&lt;/A&gt;</description>
      <pubDate>Sat, 23 May 2020 11:09:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-multiple-files-common-key-own-column-into-unique-file-all/m-p/2269367#M47644</guid>
      <dc:creator>iztoogood</dc:creator>
      <dc:date>2020-05-23T11:09:14Z</dc:date>
    </item>
  </channel>
</rss>

