<?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: Where to download the tUnpivotRow compatible with TOS version 7.2? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Where-to-download-the-tUnpivotRow-compatible-with-TOS-version-7/m-p/2238617#M26663</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Yes, I want to transpose some columns to rows but I would like to do it with tUnpivotRow instead of with tJavaFlex because it's easier. Is there any link to download tUnpivotRow compatible with TOS 7.2?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If not, could someone help me to do it with tJavaFlex? Here's my case:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6gh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136071i0F1FDA191F52727D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6gh.png" alt="0683p000009M6gh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have this job and I want to transpose the next 9 columns:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tempsnip.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6EY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155128i6BC4FBA6FCCBE3DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6EY.png" alt="0683p000009M6EY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Start code:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;String splitString = DQ.toString().substring(DQ.toString().indexOf("[")+1,DQ.toString().length()-1);&lt;/P&gt; 
&lt;P&gt;String[] arr1;&lt;BR /&gt;arr1 = splitString.split(",");&lt;BR /&gt;String[] arr2;&lt;BR /&gt;int[] numArr = {3,4,5,6,7,8,9,10,11};&amp;nbsp;&lt;BR /&gt;String temp = "";&lt;BR /&gt;for(int j = 0;j&amp;lt;numArr.length;j++)&lt;BR /&gt;{&lt;BR /&gt;if(j!=numArr.length-1)&lt;BR /&gt;temp+=arr1[numArr[j]]+",";&lt;BR /&gt;else&lt;BR /&gt;temp+=arr1[numArr[j]];&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;Main Code&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;row2.Field = arr2[i];&lt;BR /&gt;String temp2 = DQ.toString().substring(DQ.toString().indexOf(arr2[i]+"="),DQ.toString().length()-1)+",";&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;End Code&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And here's the schema:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6gd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157385iF28ED9CE37D0CC9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6gd.png" alt="0683p000009M6gd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jul 2019 12:16:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-07-22T12:16:51Z</dc:date>
    <item>
      <title>Where to download the tUnpivotRow compatible with TOS version 7.2?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-to-download-the-tUnpivotRow-compatible-with-TOS-version-7/m-p/2238615#M26661</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been looking for tUnpivotRow component and all I've found are old versions of it. None of them works with TOS version 7.2. Does anyone know where can I find the most recent version?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-to-download-the-tUnpivotRow-compatible-with-TOS-version-7/m-p/2238615#M26661</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T05:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where to download the tUnpivotRow compatible with TOS version 7.2?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-to-download-the-tUnpivotRow-compatible-with-TOS-version-7/m-p/2238616#M26662</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Do you want to transpose some columns to rows?&lt;/P&gt; 
&lt;P&gt;Could you please let us know if this solution tjavaflex can achieve your goal?&lt;/P&gt; 
&lt;P&gt;&lt;A title="https://community.talend.com/t5/Design-and-Development/Transpose-Columns-to-Rows/td-p/40077" href="https://community.qlik.com/s/feed/0D53p00007vCpxvCAC" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/Transpose-Columns-to-Rows/td-p/40077&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 05:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-to-download-the-tUnpivotRow-compatible-with-TOS-version-7/m-p/2238616#M26662</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-22T05:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Where to download the tUnpivotRow compatible with TOS version 7.2?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-to-download-the-tUnpivotRow-compatible-with-TOS-version-7/m-p/2238617#M26663</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Yes, I want to transpose some columns to rows but I would like to do it with tUnpivotRow instead of with tJavaFlex because it's easier. Is there any link to download tUnpivotRow compatible with TOS 7.2?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;If not, could someone help me to do it with tJavaFlex? Here's my case:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6gh.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136071i0F1FDA191F52727D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6gh.png" alt="0683p000009M6gh.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I have this job and I want to transpose the next 9 columns:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tempsnip.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6EY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155128i6BC4FBA6FCCBE3DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6EY.png" alt="0683p000009M6EY.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Start code:&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;String splitString = DQ.toString().substring(DQ.toString().indexOf("[")+1,DQ.toString().length()-1);&lt;/P&gt; 
&lt;P&gt;String[] arr1;&lt;BR /&gt;arr1 = splitString.split(",");&lt;BR /&gt;String[] arr2;&lt;BR /&gt;int[] numArr = {3,4,5,6,7,8,9,10,11};&amp;nbsp;&lt;BR /&gt;String temp = "";&lt;BR /&gt;for(int j = 0;j&amp;lt;numArr.length;j++)&lt;BR /&gt;{&lt;BR /&gt;if(j!=numArr.length-1)&lt;BR /&gt;temp+=arr1[numArr[j]]+",";&lt;BR /&gt;else&lt;BR /&gt;temp+=arr1[numArr[j]];&lt;BR /&gt;}&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;Main Code&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;row2.Field = arr2[i];&lt;BR /&gt;String temp2 = DQ.toString().substring(DQ.toString().indexOf(arr2[i]+"="),DQ.toString().length()-1)+",";&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;&lt;FONT size="3"&gt;End Code&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;}&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;And here's the schema:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6gd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157385iF28ED9CE37D0CC9A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6gd.png" alt="0683p000009M6gd.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thank you!!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 12:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-to-download-the-tUnpivotRow-compatible-with-TOS-version-7/m-p/2238617#M26663</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-07-22T12:16:51Z</dc:date>
    </item>
  </channel>
</rss>

