<?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: Creating or skipping multiple rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262529#M42969</link>
    <description>Hello 
&lt;BR /&gt;As your said, you can't filter rows on tJavaFlex, it always output the same number of rows as input flow, you have to do it on filter component such as tFilterRow, tMap. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 28 Sep 2010 09:22:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-09-28T09:22:55Z</dc:date>
    <item>
      <title>Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262526#M42966</link>
      <description>I find I'm using tJavaFlex quite a bit for doing some procedural things. 
&lt;BR /&gt;In one example i want to effectively filter out/discard output rows but can't see how to do this. ie I normally do some processing and set the values in the output struct schema accordingly but sometimes I want to prevent the row being passed on (filter out) any further for some reason - is this possible? (the workaround I have is to set a flag in the schema and subsequently use a tFilterRow but it would be nice to be able to avoid this). 
&lt;BR /&gt;On a similar note there are also times when one wants to output, based ona single input row, two or more output rows (like the tNormalize component [this seems to have disappeared from the latest version[) - is that possible as well? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;T</description>
      <pubDate>Sat, 16 Nov 2024 13:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262526#M42966</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262527#M42967</link>
      <description>Hello
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;but sometimes I want to prevent the row being passed on (filter out) any further for some reason - is this possible?&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Did you try the tUniqRow component?
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;like the tNormalize component this seems to have disappeared from the latest version[)&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;tNormalize is still present in the latest version.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 27 Sep 2010 03:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262527#M42967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T03:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262528#M42968</link>
      <description>Thanks Shong, 
&lt;BR /&gt;I was thinking more along the lines of being able to set something like: 
&lt;BR /&gt;row1 = null 
&lt;BR /&gt;in the component and then have the wrapper around it recognise that this meant the current row did not need adding to the output stream - at the moment it is fixed (AFAICT) at a 1:1 relationship between input and output - ie 1000 rows in become 1000 rows out and the only workaround to remove unwanted data is to flag the row and then use a filter component to drop it. 
&lt;BR /&gt;The flipside was wanting to generate additional rows in the output stream and I gave tNormalize as an example of the sort of thing - how would you achieve that functionality in tJavaFlex? 
&lt;BR /&gt;T</description>
      <pubDate>Mon, 27 Sep 2010 08:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262528#M42968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-27T08:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262529#M42969</link>
      <description>Hello 
&lt;BR /&gt;As your said, you can't filter rows on tJavaFlex, it always output the same number of rows as input flow, you have to do it on filter component such as tFilterRow, tMap. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 28 Sep 2010 09:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262529#M42969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-28T09:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262530#M42970</link>
      <description>OK _ where are the component sources? I would like to propose the above enhancement - namely that if you have row1 as the input class that setting row1 = null in your code would result in that row being skipped when handling the output stream... 
&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 28 Sep 2010 09:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262530#M42970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-28T09:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262531#M42971</link>
      <description>Hello 
&lt;BR /&gt;The source file of component locates on plugins\org.talend.designer.components.localprovider_4.0.2.r43696\components\tJavaFlex, you can reference other component like tFilterRow and modify the component. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 28 Sep 2010 13:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262531#M42971</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-28T13:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262532#M42972</link>
      <description>I see now to enable filtering and/or multiplying requires config of the xml COMPONENT nodes - does this have to be done statically (ie a "permanent" mod to the installed component) or is there any way of toggling this at runtime? It seems like it could be quite useful to enable this for stuff like tJavaFlex but presumably the reason not to enable by default is for performance and code clarity? 
&lt;BR /&gt;How does the properties file (eg tNomalize_java.xml get processed at runtime? Is it compiled into the .class file of the component itself or stored somewhere else? 
&lt;BR /&gt;T</description>
      <pubDate>Tue, 28 Sep 2010 14:33:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262532#M42972</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-28T14:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262533#M42973</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;(ie a "permanent" mod to the installed component) or is there any way of toggling this at runtime? It seems like it could be quite useful to enable this for stuff like tJavaFlex but presumably the reason not to enable by default is for performance and code clarity?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It have be done statically, you have to install the component in each installation of TOS/TIS, however, I suggest you to create a new component by copying the source file of tJavaFlex and modify them, to avoid influencing the default behavior of tJavaFlex. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 08 Oct 2010 04:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262533#M42973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-08T04:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating or skipping multiple rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262534#M42974</link>
      <description>Thanks, yes I found it. As far as filtering /out/ rows is concerned it would be a valid enhancement to the existing component to handle the specific case where the output row was set to null and to just ignore passing it down the chain. I'm still not quite sure how you would allow the creation of new rows in the data but it's not of pressing urgency right now... 
&lt;BR /&gt;T</description>
      <pubDate>Mon, 18 Oct 2010 12:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Creating-or-skipping-multiple-rows/m-p/2262534#M42974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-18T12:21:10Z</dc:date>
    </item>
  </channel>
</rss>

