<?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: multiple rows from one rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284824#M58446</link>
    <description>&lt;P&gt;Maybe this tutorial might help.....&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.rilhia.com/quicktips/quick-tip-row-multiplication" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/quicktips/quick-tip-row-multiplication&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2017 09:46:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-17T09:46:59Z</dc:date>
    <item>
      <title>multiple rows from one rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284820#M58442</link>
      <description>&lt;P&gt;Hello everyone, i'm trying to create a job in talend.&lt;/P&gt; 
&lt;P&gt;I have a file that for each row i memorize information inside an array. When i arrive on a row that satisfy a specific requirement i have to slide the array, and create a row for each index. I'm developing this logics usign a tjavaflex. Is there a way to slide the array and using the tjavaflex and create multiple rows dinamically&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:46:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284820#M58442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: multiple rows from one rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284821#M58443</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;Can you please give an example to explain your requirement? It is helpful for us to understand the question and give you more accurate answer.&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 08:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284821#M58443</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T08:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: multiple rows from one rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284822#M58444</link>
      <description>&lt;P&gt;i have this array 1 2 3 4 5 and for each elements i want to generate new rows.&lt;/P&gt;
&lt;P&gt;For this example i will have these rows:&lt;/P&gt;
&lt;P&gt;5 4&lt;/P&gt;
&lt;P&gt;5 3&lt;/P&gt;
&lt;P&gt;5 2&lt;/P&gt;
&lt;P&gt;5 1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 08:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284822#M58444</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T08:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: multiple rows from one rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284823#M58445</link>
      <description>Hi 
&lt;BR /&gt;Convert the array to a string, and then normalize the row to multiple rows using tNormalize component. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 17 May 2017 09:19:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284823#M58445</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T09:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: multiple rows from one rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284824#M58446</link>
      <description>&lt;P&gt;Maybe this tutorial might help.....&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.rilhia.com/quicktips/quick-tip-row-multiplication" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.rilhia.com/quicktips/quick-tip-row-multiplication&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 09:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284824#M58446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T09:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: multiple rows from one rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284825#M58447</link>
      <description>&lt;P&gt;So i put all the data of the array inside a string using ",". Tnormalize will generate multiple row automatically?&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU" target="_self"&gt;@rhall&lt;/A&gt;&amp;nbsp;thank you for the answer i'll check your solution too&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 10:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284825#M58447</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T10:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: multiple rows from one rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284826#M58448</link>
      <description>Yes, take a look at the component documentation of tNormalize, let me know if you have any troubles or questions to use this component. &lt;BR /&gt;</description>
      <pubDate>Wed, 17 May 2017 10:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/multiple-rows-from-one-rows/m-p/2284826#M58448</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-17T10:56:48Z</dc:date>
    </item>
  </channel>
</rss>

