<?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: Retrieving Column Name along with value in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331104#M100124</link>
    <description>I also have the same requirement. I have looked at the linked topic and can get the column names displayed to the console, but that does not pivot the row to create multiple rows.
&lt;BR /&gt;Is there a mechanism for generatign the output detailed:
&lt;BR /&gt;Input Flow:
&lt;BR /&gt;------------------------------------
&lt;BR /&gt;|ID|column1|column2|column3|
&lt;BR /&gt;------------------------------------
&lt;BR /&gt;|10|1.23 | 234.32 |987.45 |
&lt;BR /&gt;------------------------------------
&lt;BR /&gt;Output Flow:
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|ID|KEY |VALUE |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|1 |column1 | 1.23 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|2 |column2 |234.32 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|3 |column3 |987.45 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Tue, 06 Sep 2011 11:30:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-06T11:30:31Z</dc:date>
    <item>
      <title>Retrieving Column Name along with value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331101#M100121</link>
      <description>Hi Shong,
&lt;BR /&gt; Hope you are doing good!
&lt;BR /&gt; I have this requirement ...
&lt;BR /&gt; Table1
&lt;BR /&gt;------------------------------------
&lt;BR /&gt;|ID|column1|column2|column3|
&lt;BR /&gt;------------------------------------
&lt;BR /&gt;|10|1.23 | 234.32 |987.45 |
&lt;BR /&gt;------------------------------------
&lt;BR /&gt; This Table1 will be TRANSFORMED into 
&lt;BR /&gt;Table2
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|ID|KEY |VALUE |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|1 |column1 | 1.23 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|2 |column2 |234.32 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|3 |column3 |987.45 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt; 
&lt;BR /&gt; So in Simple words its a horizontal to vertical transformation where a single row (with N columns except PRIMARYKEY column ) will be transformed into N rows as key/value pairs where key=columnName and value is the Actualvalue 
&lt;BR /&gt; Can anyone please suggest me any solution on how to get "COLUMNNAME " instead of value in it!
&lt;BR /&gt; Appreciate any thoughts/solution on this.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Madhu Prasad Paridi</description>
      <pubDate>Sat, 16 Nov 2024 13:44:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331101#M100121</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Column Name along with value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331102#M100122</link>
      <description>Hello 
&lt;BR /&gt;See a related 6441.
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 30 Sep 2009 10:40:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331102#M100122</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-30T10:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Column Name along with value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331103#M100123</link>
      <description>Thanks Shong!!. I Appreciate your help.
&lt;BR /&gt;Regards
&lt;BR /&gt;Madhu Prasad Paridi</description>
      <pubDate>Wed, 30 Sep 2009 14:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331103#M100123</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-09-30T14:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Column Name along with value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331104#M100124</link>
      <description>I also have the same requirement. I have looked at the linked topic and can get the column names displayed to the console, but that does not pivot the row to create multiple rows.
&lt;BR /&gt;Is there a mechanism for generatign the output detailed:
&lt;BR /&gt;Input Flow:
&lt;BR /&gt;------------------------------------
&lt;BR /&gt;|ID|column1|column2|column3|
&lt;BR /&gt;------------------------------------
&lt;BR /&gt;|10|1.23 | 234.32 |987.45 |
&lt;BR /&gt;------------------------------------
&lt;BR /&gt;Output Flow:
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|ID|KEY |VALUE |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|1 |column1 | 1.23 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|2 |column2 |234.32 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;|3 |column3 |987.45 |
&lt;BR /&gt;----------------------------------
&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 06 Sep 2011 11:30:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331104#M100124</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-06T11:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieving Column Name along with value</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331105#M100125</link>
      <description>Try tUnpivotRow from the Exchange or tSplitRow.  There are many posts about these.</description>
      <pubDate>Wed, 07 Sep 2011 01:26:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieving-Column-Name-along-with-value/m-p/2331105#M100125</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-09-07T01:26:48Z</dc:date>
    </item>
  </channel>
</rss>

