<?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: Transpose row values in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Transpose-row-values/m-p/2297177#M69778</link>
    <description>&lt;P&gt;Thanks @Kamil Kowalczyk​&amp;nbsp;for your reply.&lt;/P&gt;&lt;P&gt;Well there are about 10 columns for each field like ID001,ID002....ID010 and PD001,PD002....PD010.&lt;/P&gt;&lt;P&gt;So the logic for column Value  is calculated like if ID003 AND PD003 are transposed then Column value has 3 and so on&lt;/P&gt;&lt;P&gt;Also if ID001...10 or PD001..10 have zero and they should not be transposed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 04 Oct 2020 18:40:14 GMT</pubDate>
    <dc:creator>rishind</dc:creator>
    <dc:date>2020-10-04T18:40:14Z</dc:date>
    <item>
      <title>Transpose row values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-row-values/m-p/2297175#M69776</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I want to transpose rows as per below&lt;/P&gt;&lt;P&gt;Input&lt;/P&gt;&lt;P&gt;Name,ID001,ID002,PD001,PD002&lt;/P&gt;&lt;P&gt;A,5,4,2,3&lt;/P&gt;&lt;P&gt;A,8,7,6,9&lt;/P&gt;&lt;P&gt;A,9,8,1,2&lt;/P&gt;&lt;P&gt;A,3,4,5,6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output&lt;/P&gt;&lt;P&gt;Name,ID,PD,Value&lt;/P&gt;&lt;P&gt;A,5,2,1&lt;/P&gt;&lt;P&gt;A,8,6,1&lt;/P&gt;&lt;P&gt;A,9,1,1&lt;/P&gt;&lt;P&gt;A,3,5,1&lt;/P&gt;&lt;P&gt;A,4,3,2&lt;/P&gt;&lt;P&gt;A,7,9,2&lt;/P&gt;&lt;P&gt;A,8,2,2&lt;/P&gt;&lt;P&gt;A,4,6,2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achieve this in Talend&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 12:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-row-values/m-p/2297175#M69776</guid>
      <dc:creator>rishind</dc:creator>
      <dc:date>2020-10-03T12:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose row values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-row-values/m-p/2297176#M69777</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.talend.com/s/profile/0053p000006AM2zAAG" alt="https://community.talend.com/s/profile/0053p000006AM2zAAG" target="_blank"&gt;rishind&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how more complicated is your real example, but for this, just try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p000009rGFkAAM.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155708iB2002559C78EA4B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p000009rGFkAAM.png" alt="0693p000009rGFkAAM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In tFixedFlowInput is your input from example&lt;/P&gt;&lt;P&gt;first tFiltercolumn filters only Name,ID001,PD001&lt;/P&gt;&lt;P&gt;second tFiltercolumn filters only Name,ID002,PD002&lt;/P&gt;&lt;P&gt;then in tMap we are translating our field's names to Name,ID,PD,Value, and adding "1" in Value field in first tMap, and "2" in Value field in the second tMap&lt;/P&gt;&lt;P&gt;then we are using tUnite to connect flows&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it what you want ?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Oct 2020 18:53:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-row-values/m-p/2297176#M69777</guid>
      <dc:creator>pakapi_</dc:creator>
      <dc:date>2020-10-03T18:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Transpose row values</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Transpose-row-values/m-p/2297177#M69778</link>
      <description>&lt;P&gt;Thanks @Kamil Kowalczyk​&amp;nbsp;for your reply.&lt;/P&gt;&lt;P&gt;Well there are about 10 columns for each field like ID001,ID002....ID010 and PD001,PD002....PD010.&lt;/P&gt;&lt;P&gt;So the logic for column Value  is calculated like if ID003 AND PD003 are transposed then Column value has 3 and so on&lt;/P&gt;&lt;P&gt;Also if ID001...10 or PD001..10 have zero and they should not be transposed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Oct 2020 18:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Transpose-row-values/m-p/2297177#M69778</guid>
      <dc:creator>rishind</dc:creator>
      <dc:date>2020-10-04T18:40:14Z</dc:date>
    </item>
  </channel>
</rss>

