<?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: [resolved] Merge columns into one in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363147#M127119</link>
    <description>Hi, 
&lt;BR /&gt;Is&amp;nbsp;your requirement&amp;nbsp; as below? 
&lt;BR /&gt;Input: 
&lt;BR /&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp; COURSE1&amp;nbsp;&amp;nbsp; COURSE2&amp;nbsp;&amp;nbsp; COURSE3 
&lt;BR /&gt;----------------------------------------------- 
&lt;BR /&gt;DURGA&amp;nbsp; MATHS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCIENCE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ENGLISH 
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp; ZOOLOGY&amp;nbsp;&amp;nbsp; PHYSICS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CHEMISTRY 
&lt;BR /&gt;Output: 
&lt;BR /&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp; COURSE 
&lt;BR /&gt;----------------------------------------------- 
&lt;BR /&gt;DURGA&amp;nbsp; MATHS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;DURGA&amp;nbsp; SCIENCE 
&lt;BR /&gt;DURGA&amp;nbsp; ENGLISH 
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ZOOLOGY&amp;nbsp; 
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp; PHYSICS&amp;nbsp; 
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp; CHEMISTRY&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;To achieve&amp;nbsp;the above,&amp;nbsp;you can use tsplitrow component. 
&lt;BR /&gt;If your need differs or if you need more details - please supply sample input and output. I will try to assist you.</description>
    <pubDate>Fri, 20 May 2016 13:06:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-20T13:06:22Z</dc:date>
    <item>
      <title>[resolved] Merge columns into one</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363144#M127116</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have list of contacts and columns to store multiple email address values (e.g. columns: Id, Name, Email1, Email2, Email3). There are many name duplicates and I need to identify these duplicates based on email address not within single EmailX column, but across all Email columns.&lt;BR /&gt;So I guess first I need to get all Emails into one column, can anyone please advise how to design the job for this? I need to get all Emails into one column, grouped by Id and Name ideally but that I can handle later I think. Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2016 12:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363144#M127116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T12:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Merge columns into one</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363145#M127117</link>
      <description>You can use tDenormalize component to merge multiple columns into one&amp;nbsp; as in below example:
&lt;BR /&gt;
&lt;BR /&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp; COURSE1&amp;nbsp;&amp;nbsp; COURSE2&amp;nbsp;&amp;nbsp; COURSE3
&lt;BR /&gt;-----------------------------------------------
&lt;BR /&gt;DURGA&amp;nbsp; MATHS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCIENCE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ENGLISH
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp; ZOOLOGY&amp;nbsp;&amp;nbsp; PHYSICS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CHEMISTRY
&lt;BR /&gt;
&lt;BR /&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COURSE
&lt;BR /&gt;--------------------
&lt;BR /&gt;DURGA&amp;nbsp;&amp;nbsp;&amp;nbsp; MATHS,SCIENCE,ENGLISH
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ZOOLOGY,PHYSICS,CHEMISTRY</description>
      <pubDate>Fri, 20 May 2016 12:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363145#M127117</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T12:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Merge columns into one</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363146#M127118</link>
      <description>Thanks.. hmm ok. But it just concatenates the strings, correct? I cannot use it later to identify duplicates.. the strings dont need to have same order or for one contact there could be 1 email value and for the same (duplicated) contact in another row there could be 2 email values.&lt;BR /&gt;What I had in mind was for example... if I have 20 rows (1 Id column, 1 Name column and 3 email columns) the output would have 60 rows (1 Id column, 1 Name column, 1 Email column). Does it make sense? Thank you</description>
      <pubDate>Fri, 20 May 2016 12:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363146#M127118</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T12:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Merge columns into one</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363147#M127119</link>
      <description>Hi, 
&lt;BR /&gt;Is&amp;nbsp;your requirement&amp;nbsp; as below? 
&lt;BR /&gt;Input: 
&lt;BR /&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp; COURSE1&amp;nbsp;&amp;nbsp; COURSE2&amp;nbsp;&amp;nbsp; COURSE3 
&lt;BR /&gt;----------------------------------------------- 
&lt;BR /&gt;DURGA&amp;nbsp; MATHS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCIENCE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ENGLISH 
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp; ZOOLOGY&amp;nbsp;&amp;nbsp; PHYSICS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;CHEMISTRY 
&lt;BR /&gt;Output: 
&lt;BR /&gt;NAME&amp;nbsp;&amp;nbsp;&amp;nbsp; COURSE 
&lt;BR /&gt;----------------------------------------------- 
&lt;BR /&gt;DURGA&amp;nbsp; MATHS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;DURGA&amp;nbsp; SCIENCE 
&lt;BR /&gt;DURGA&amp;nbsp; ENGLISH 
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ZOOLOGY&amp;nbsp; 
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp; PHYSICS&amp;nbsp; 
&lt;BR /&gt;PRIYA&amp;nbsp;&amp;nbsp;&amp;nbsp; CHEMISTRY&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;To achieve&amp;nbsp;the above,&amp;nbsp;you can use tsplitrow component. 
&lt;BR /&gt;If your need differs or if you need more details - please supply sample input and output. I will try to assist you.</description>
      <pubDate>Fri, 20 May 2016 13:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363147#M127119</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T13:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Merge columns into one</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363148#M127120</link>
      <description>Yes Durga, it works thanks! More or less... couple of records get red during job execution saying something like "For input string: "xxxx"" and those are not generated 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;&amp;nbsp;Cannot find the error.. it is just couple of records though, most of them are properly returned.</description>
      <pubDate>Fri, 20 May 2016 15:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363148#M127120</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-20T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Merge columns into one</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363149#M127121</link>
      <description>&lt;P&gt;Hi Durga, This is Gowthami, the exact same logic/requirement Ihave, could you please share the job design how to do please. It will be more helpful for me like steps/screen shots either is fine. Please assist me on this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 09:26:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Merge-columns-into-one/m-p/2363149#M127121</guid>
      <dc:creator>GNarsepalli</dc:creator>
      <dc:date>2021-09-14T09:26:43Z</dc:date>
    </item>
  </channel>
</rss>

