<?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 split columns to rows dynamically in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264912#M44608</link>
    <description>Updated my post, the upload seems to have worked this time.
&lt;BR /&gt;It's from a version 6 Talend btw.</description>
    <pubDate>Tue, 15 Mar 2016 09:19:52 GMT</pubDate>
    <dc:creator>Bruno_LIMA1</dc:creator>
    <dc:date>2016-03-15T09:19:52Z</dc:date>
    <item>
      <title>How to split columns to rows dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264907#M44603</link>
      <description>Dear all,
&lt;BR /&gt;i am newbie in Talend Community and i would like to achieve a dynamic split of columns to rows.
&lt;BR /&gt;We have the following Excel, which would need to be splitted:
&lt;BR /&gt;Excel Input (headers &amp;amp; data)
&lt;BR /&gt;DateKey/TimeInterval/Germany/France
&lt;BR /&gt;11.08.2016/00-01/10/20
&lt;BR /&gt;Output (headers &amp;amp; data):
&lt;BR /&gt;DateKey/TimeInterval/CountryName/Value
&lt;BR /&gt;11.08.2016/00-01/Germany/10
&lt;BR /&gt;11.08.2016/00-01/France/20
&lt;BR /&gt;So basically i am transposing (unpivoting) the Country part, with the value. I have found out that the "tSplitRow_1" does the trick, but it is not dynamic. Just to elaborate the Country part is of course dynamic, apart from "Germany" and "France" could be any other one, also the sequence of the Countries can be different.
&lt;BR /&gt;Are there in Talend any other components that would help me achieve my goal or must java code be embedded? If you have any examples in this respect i would also appreciate it.
&lt;BR /&gt;Thank you and cheers,
&lt;BR /&gt;Peter</description>
      <pubDate>Fri, 11 Mar 2016 09:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264907#M44603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T09:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to split columns to rows dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264908#M44604</link>
      <description>That's what&amp;nbsp; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;tNormalize&lt;/B&gt; is supposed to do. Never used it myself.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;gl !&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Note : it's not exactly what it does because your case if very uncommon. You're asking for a dynamic schema and I really don't know if it's possible.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Edit 2 :&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&lt;A href="http://bekwam.blogspot.fr/2011/06/dynamic-schemas-in-talend-open-studio.html" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.fr/2011/06/dynamic-schemas-in-talend-open-studio.html&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;That's what I thought : you need Java to do that.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 11 Mar 2016 12:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264908#M44604</guid>
      <dc:creator>Bruno_LIMA1</dc:creator>
      <dc:date>2016-03-11T12:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to split columns to rows dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264909#M44605</link>
      <description>There you go.
&lt;BR /&gt;
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/152878/Sandbox_0.1.zip_20160315-0219.zip" target="_blank"&gt;Sandbox_0.1.zip_20160315-0219.zip&lt;/A&gt;</description>
      <pubDate>Fri, 11 Mar 2016 14:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264909#M44605</guid>
      <dc:creator>Bruno_LIMA1</dc:creator>
      <dc:date>2016-03-11T14:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to split columns to rows dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264910#M44606</link>
      <description>Hi IBashar,
&lt;BR /&gt;thank you for your answer, yes indeed java development would be needed. Did you attach the zip, since i cannot reach it/download it.
&lt;BR /&gt;Thanks &amp;amp; regards.</description>
      <pubDate>Fri, 11 Mar 2016 14:24:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264910#M44606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T14:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to split columns to rows dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264911#M44607</link>
      <description>Hi 
&lt;BR /&gt;I did, no idea why it didn't work. I'm at home atm, don't have the zip. I'll try again monday.</description>
      <pubDate>Sat, 12 Mar 2016 14:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264911#M44607</guid>
      <dc:creator>Bruno_LIMA1</dc:creator>
      <dc:date>2016-03-12T14:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to split columns to rows dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264912#M44608</link>
      <description>Updated my post, the upload seems to have worked this time.
&lt;BR /&gt;It's from a version 6 Talend btw.</description>
      <pubDate>Tue, 15 Mar 2016 09:19:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264912#M44608</guid>
      <dc:creator>Bruno_LIMA1</dc:creator>
      <dc:date>2016-03-15T09:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to split columns to rows dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264913#M44609</link>
      <description>Hi&amp;nbsp;IBashar,&lt;BR /&gt;i have the same problem as&amp;nbsp;Nitewalkr and tried to import your sandbox project in Talend 6.2, but i didn't managed it. Do you have a hint for me how I can use your sandbox project?&lt;BR /&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;Thanks &amp;amp; regards&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 29 Jul 2016 11:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264913#M44609</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-29T11:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to split columns to rows dynamically</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264914#M44610</link>
      <description>&lt;P&gt;Hi IBasher,&lt;/P&gt;&lt;P&gt;Could you please the sample source file which is used in this case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Raghul&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 04:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-split-columns-to-rows-dynamically/m-p/2264914#M44610</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-18T04:05:51Z</dc:date>
    </item>
  </channel>
</rss>

