<?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: Denormalize data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Denormalize-data/m-p/2302595#M74562</link>
    <description>You may also have a look at tPivotToColumnsDelimited. Check this link for an explaination with an example very close to yours:&lt;BR /&gt;&lt;A href="http://www.helicaltech.com/transpose-rows-to-columns-using-talend-open-studio/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.helicaltech.com/transpose-rows-to-columns-using-talend-open-studio/&lt;/A&gt;&lt;BR /&gt;Hope this helps.</description>
    <pubDate>Wed, 16 Aug 2017 16:29:15 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2017-08-16T16:29:15Z</dc:date>
    <item>
      <title>Denormalize data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Denormalize-data/m-p/2302593#M74560</link>
      <description>&lt;P&gt;I have read some articles on the tdenormalize component, but I don't think it does what I want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example input file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ID Name Address &amp;nbsp; &amp;nbsp; Email&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;1 &amp;nbsp;Tony 49 Hill Rd &amp;nbsp;Tony@somewhere.com&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;1 &amp;nbsp;Tony 49 Hill Rd &amp;nbsp;Tony@elsewhere.com&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;1 &amp;nbsp;Tony 49 Hill Rd &amp;nbsp;Tony@nowhere.com&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to convert this to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;ID Name Address &amp;nbsp; &amp;nbsp; Email1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Email2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Email3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;1 &amp;nbsp;Tony 49 Hill Rd &amp;nbsp;Tony@somewhere.com Tony@elsewhere.com &amp;nbsp;Tony@nowhere.com&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There will be a max of three emails, but not all may be present so I need blanks in subsequent fields.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can see that tdenormalize can put all three emails into a SINGLE column. &amp;nbsp;I don't want this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tony&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 15:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Denormalize-data/m-p/2302593#M74560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-16T15:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Denormalize data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Denormalize-data/m-p/2302594#M74561</link>
      <description>&lt;P&gt;Hi !&lt;/P&gt; 
&lt;P&gt;You can do it like this ! You must aggregate with group by on id/name/adress.&lt;BR /&gt;And use a list object for mail.&lt;BR /&gt;Then in your tMap you just get the element of your list.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Good luck,&lt;/P&gt; 
&lt;P&gt;SGV&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="solution.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvBW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129004i9AF58B86490F4DC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvBW.png" alt="0683p000009LvBW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 16:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Denormalize-data/m-p/2302594#M74561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-16T16:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Denormalize data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Denormalize-data/m-p/2302595#M74562</link>
      <description>You may also have a look at tPivotToColumnsDelimited. Check this link for an explaination with an example very close to yours:&lt;BR /&gt;&lt;A href="http://www.helicaltech.com/transpose-rows-to-columns-using-talend-open-studio/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.helicaltech.com/transpose-rows-to-columns-using-talend-open-studio/&lt;/A&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Wed, 16 Aug 2017 16:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Denormalize-data/m-p/2302595#M74562</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-08-16T16:29:15Z</dc:date>
    </item>
  </channel>
</rss>

