<?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 rows in a table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/denormalize-rows-in-a-table/m-p/2340261#M108308</link>
    <description>Thanks a lot. That worked for me..</description>
    <pubDate>Mon, 12 Dec 2011 22:03:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-12-12T22:03:16Z</dc:date>
    <item>
      <title>denormalize rows in a table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/denormalize-rows-in-a-table/m-p/2340259#M108306</link>
      <description>Hi,&lt;BR /&gt;I want to denormalize a table in MySQL Database.&lt;BR /&gt; Below is an example, table1 to be transformed to table2.&lt;BR /&gt; Any ideas please?&lt;BR /&gt;&lt;BR /&gt;Table 1:&lt;BR /&gt;S.No    NameSubject    Marks &lt;BR /&gt;1    John    English        60&lt;BR /&gt;2    John    Hindi                59&lt;BR /&gt;3    John    Telugu        70&lt;BR /&gt;4    John    Math                75&lt;BR /&gt;5    John    Science        69&lt;BR /&gt;6    John    Social        55&lt;BR /&gt;7    Allen    English        62&lt;BR /&gt;8    Allen    Hindi                54&lt;BR /&gt;9    Allen    Telugu        76&lt;BR /&gt;10    Allen    Math                72&lt;BR /&gt;11    Allen    Science        63&lt;BR /&gt;12    Allen    Social        58&lt;BR /&gt;13    Peter    English        49&lt;BR /&gt;14    Peter    Hindi                52&lt;BR /&gt;15    Peter    Telugu        60&lt;BR /&gt;16    Peter    Math        &lt;BR /&gt;17    Peter    Science        79&lt;BR /&gt;18    Peter    Social        53&lt;BR /&gt;Table 2:&lt;BR /&gt;S.No    Name    English    Hindi        Telugu    Math        Science    Social&lt;BR /&gt;1    John       60        59        70        75        69        55&lt;BR /&gt;2    Allen     62        54        76        72        63        58&lt;BR /&gt;3    Peter     49        52        60                79        53&lt;BR /&gt;Thanks in Advance!</description>
      <pubDate>Sat, 16 Nov 2024 12:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/denormalize-rows-in-a-table/m-p/2340259#M108306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: denormalize rows in a table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/denormalize-rows-in-a-table/m-p/2340260#M108307</link>
      <description>Hi,
&lt;BR /&gt;To be able to perform this denormalization you must make sure that you know the names of the columns you want in your output.
&lt;BR /&gt;If these column names can be variable you should not try the approach I'm about to explain. In that case you need some custom tJavaRow code.
&lt;BR /&gt;If you do know the exact column names however, you can use a tMap in combination with a tAggregateRow as seen in my screenshots.
&lt;BR /&gt;I've copied your data into a tab delimited file instead of a table and use a log row in stead of an output table, but the idea is the same.
&lt;BR /&gt;Hope this helps!
&lt;BR /&gt;Best regards,
&lt;BR /&gt;Arno
&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2011 16:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/denormalize-rows-in-a-table/m-p/2340260#M108307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-12T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: denormalize rows in a table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/denormalize-rows-in-a-table/m-p/2340261#M108308</link>
      <description>Thanks a lot. That worked for me..</description>
      <pubDate>Mon, 12 Dec 2011 22:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/denormalize-rows-in-a-table/m-p/2340261#M108308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-12-12T22:03:16Z</dc:date>
    </item>
  </channel>
</rss>

