<?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: Convert 1 column into multiple rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378147#M139958</link>
    <description>&lt;P&gt;Thanks!!! It worked &lt;/P&gt;&lt;P&gt;Thank you very much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 17:38:55 GMT</pubDate>
    <dc:creator>JAD2</dc:creator>
    <dc:date>2022-02-15T17:38:55Z</dc:date>
    <item>
      <title>Convert 1 column into multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378143#M139954</link>
      <description>&lt;P&gt;Hi Talend experts &lt;/P&gt;&lt;P&gt;Is possible to transpose one single column into multiple rows ?&lt;/P&gt;&lt;P&gt;So I have these values , all in the same column and I would like to be able to transpose them into 20 new rows so I can use the values later on in  a Tmap&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000OBGIOAA5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147393i7B372CC6CCC9B321/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000OBGIOAA5.png" alt="0695b00000OBGIOAA5.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378143#M139954</guid>
      <dc:creator>JAD2</dc:creator>
      <dc:date>2024-11-15T23:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 1 column into multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378144#M139955</link>
      <description>&lt;P&gt;You'll need to give an example of how you would like to do this. For example, row 1 in your example data holds ";1;2;". Do you want this to be turned into.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;null &lt;/LI&gt;&lt;LI&gt;"1"&lt;/LI&gt;&lt;LI&gt;"2"&lt;/LI&gt;&lt;LI&gt;null&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.....or .....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt; ";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or do you simply want to copy the whole of the dataset, but only this column of the data set?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 15:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378144#M139955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-15T15:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 1 column into multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378145#M139956</link>
      <description>&lt;P&gt;Pretty much as you said in the last part &lt;/P&gt;&lt;OL&gt;&lt;LI&gt;";1;2;"&lt;/LI&gt;&lt;LI&gt;"A;B;C;D;E;F;G;H;Z;&lt;/LI&gt;&lt;LI&gt;";A;N;E;"&lt;/LI&gt;&lt;LI&gt;";A;B;C;D;0;"&lt;/LI&gt;&lt;LI&gt;"ETC"&lt;/LI&gt;&lt;LI&gt;"ETC"&lt;/LI&gt;&lt;LI&gt;"ETC"&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be fair , the only thing I really need is to store the values from the column individually&lt;/P&gt;&lt;P&gt;so I can use them later , so I thought that the easiest way to do it would be to store each value in a different row so I can use them as value1=;1;2 , value2=;A;B;C;D;E;F;G;H;Z , value3=;A;N;E etc later on in the tmap&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>Tue, 15 Feb 2022 15:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378145#M139956</guid>
      <dc:creator>JAD2</dc:creator>
      <dc:date>2022-02-15T15:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 1 column into multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378146#M139957</link>
      <description>&lt;P&gt;OK, these values can be stored individually if you wish. You can use the globalMap for this. How would you want to retrieve or use these values? With the globalMap you can use key/value pairs. So is there a "key" column that you will know the value of?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so, you can use a tJavaFlex and store the values for each row using code similar to this....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;globalMap.put(row1.columnKey, row1.columnValue);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To retrieve the values later, you will need to know the keys though. For example....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String)globalMap.get("myknownkeyvalue"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;....for a String value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 16:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378146#M139957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-15T16:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 1 column into multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378147#M139958</link>
      <description>&lt;P&gt;Thanks!!! It worked &lt;/P&gt;&lt;P&gt;Thank you very much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 17:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378147#M139958</guid>
      <dc:creator>JAD2</dc:creator>
      <dc:date>2022-02-15T17:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 1 column into multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378148#M139959</link>
      <description>&lt;P&gt;Not a problem &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 17:51:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-1-column-into-multiple-rows/m-p/2378148#M139959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-15T17:51:14Z</dc:date>
    </item>
  </channel>
</rss>

