<?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 can I combine columns? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238214#M26396</link>
    <description>Hello, 
&lt;BR /&gt;I would do it this way: 
&lt;BR /&gt;- Use three tFileInputDelimited (one for each file), define the schemas as "ID" and "INFO" 
&lt;BR /&gt;- Use a tMap and connect it with all file inputs. Set up the schema and expressions like in the screenshot below 
&lt;BR /&gt;I hope this was helpful for you. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Theo 
&lt;BR /&gt;Edit: The expressions looking like ro... in the screenshot are row1.ID, row1.INFO, row2.INFO and row3.INFO 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCBw.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148939i1980C5307E37668B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCBw.jpg" alt="0683p000009MCBw.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCC1.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150632i7086A6E57A2620A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCC1.jpg" alt="0683p000009MCC1.jpg" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 13 May 2008 13:54:09 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2008-05-13T13:54:09Z</dc:date>
    <item>
      <title>How can I combine columns?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238211#M26393</link>
      <description>Hi,
&lt;BR /&gt;I have several shemas with two columns, one columns is the id, the other one is the information concerned to the id. Now, I want to combine these shemas as one shema with one column of id and other columns with information concerned. How can I do?
&lt;BR /&gt;Thank you!</description>
      <pubDate>Sat, 16 Nov 2024 14:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238211#M26393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I combine columns?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238212#M26394</link>
      <description>Hello
&lt;BR /&gt;Does the tUnite compoent fit your need?
&lt;BR /&gt;Please show detailed information about your data source? file or database?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 13 May 2008 11:03:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238212#M26394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-13T11:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I combine columns?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238213#M26395</link>
      <description>Hi,&lt;BR /&gt;For exemples, I want to get the result like this:&lt;BR /&gt;file1                    file 2                   file3&lt;BR /&gt;ID;INFOR1        ID;INFOR2       ID;INFOR3&lt;BR /&gt;1;dd                    1;11                   1;dfff&lt;BR /&gt;2;df                     2;22                   2;uyyy&lt;BR /&gt;3;cc                    3;33                   3;hnnn&lt;BR /&gt;4;wa                    4;44                   4;hppp&lt;BR /&gt;5;fe                     5;55                   5;fooo&lt;BR /&gt; &lt;BR /&gt;Now I want to get a unique file:&lt;BR /&gt;ID;INFOR1;INFOR2;INFOR3&lt;BR /&gt;1;dd;11;dfff&lt;BR /&gt;2;df;22;uyyy&lt;BR /&gt;3;cc;33;hnnn&lt;BR /&gt;4;wa;44;hppp&lt;BR /&gt;5;fe;55;fooo&lt;BR /&gt;How can I do?&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 13 May 2008 13:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238213#M26395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-13T13:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How can I combine columns?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238214#M26396</link>
      <description>Hello, 
&lt;BR /&gt;I would do it this way: 
&lt;BR /&gt;- Use three tFileInputDelimited (one for each file), define the schemas as "ID" and "INFO" 
&lt;BR /&gt;- Use a tMap and connect it with all file inputs. Set up the schema and expressions like in the screenshot below 
&lt;BR /&gt;I hope this was helpful for you. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Theo 
&lt;BR /&gt;Edit: The expressions looking like ro... in the screenshot are row1.ID, row1.INFO, row2.INFO and row3.INFO 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCBw.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148939i1980C5307E37668B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCBw.jpg" alt="0683p000009MCBw.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCC1.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150632i7086A6E57A2620A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCC1.jpg" alt="0683p000009MCC1.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 13 May 2008 13:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238214#M26396</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2008-05-13T13:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can I combine columns?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238215#M26397</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I hope this was helpful for you.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Yes it does help me, Thanks a lot Theo!</description>
      <pubDate>Tue, 13 May 2008 15:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-can-I-combine-columns/m-p/2238215#M26397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-05-13T15:41:58Z</dc:date>
    </item>
  </channel>
</rss>

