<?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 using tJava or tJavaFlex, is it possible to to produce a row data flow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266875#M45952</link>
    <description>Hi all,&lt;BR /&gt;I am using java to get a List containing data I would like to process in talend.&lt;BR /&gt;when using the tJava component, I can get and use the List fine. I want to produce an output out of the List in a way I can stream it to other components (such as aggregate for example) - but can't seem to find a way.&lt;BR /&gt;Is there any way I can loop data inside a java component and produce a data stream to other components?&lt;BR /&gt;Thanks in advance.</description>
    <pubDate>Sat, 16 Nov 2024 14:04:29 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2024-11-16T14:04:29Z</dc:date>
    <item>
      <title>using tJava or tJavaFlex, is it possible to to produce a row data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266875#M45952</link>
      <description>Hi all,&lt;BR /&gt;I am using java to get a List containing data I would like to process in talend.&lt;BR /&gt;when using the tJava component, I can get and use the List fine. I want to produce an output out of the List in a way I can stream it to other components (such as aggregate for example) - but can't seem to find a way.&lt;BR /&gt;Is there any way I can loop data inside a java component and produce a data stream to other components?&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sat, 16 Nov 2024 14:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266875#M45952</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: using tJava or tJavaFlex, is it possible to to produce a row data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266876#M45953</link>
      <description>hi,&lt;BR /&gt;you can add some variable by editing shema of your tjavaflex componenent and assign value in your code &lt;BR /&gt;&lt;PRE&gt;row1.var = "some value";&lt;/PRE&gt;&lt;BR /&gt;hope it 'll help you</description>
      <pubDate>Mon, 16 Feb 2009 14:03:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266876#M45953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-16T14:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: using tJava or tJavaFlex, is it possible to to produce a row data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266877#M45954</link>
      <description>Hello, &lt;BR /&gt; 1) with custom code&lt;BR /&gt;  - there is no way to create a flow with tJava or tJavaRow.&lt;BR /&gt;  - you must use a tJavaFlex to create tour custom flow, it's the first step to create your own Input component.&lt;BR /&gt; 2) if your list is a String var you can use some Talend Component to produce flow.&lt;BR /&gt;     use a tFlowFixedInput to generare one record with a column populate with your list, then a tDenormalize to create a flow of record with each list's item</description>
      <pubDate>Mon, 16 Feb 2009 15:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266877#M45954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-16T15:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: using tJava or tJavaFlex, is it possible to to produce a row data flow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266878#M45955</link>
      <description>hi emenuet and Orr
&lt;BR /&gt;interesting by generate flow from tJavaFlex from List - Map and other Collection , i've tried to produce what @Orr expected without good solution!
&lt;BR /&gt;Can pass A list to a flow (tfixedflow + tDenormalize like your suggest @emenuet) ... but still got a flow of (depending List or Map) 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;BR /&gt;or&lt;BR /&gt;{key=value,key=value, ...}&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;i can write it in a flat file and read it later with split and extract issues but not what expected.
&lt;BR /&gt;So how use your way emenuet !?</description>
      <pubDate>Wed, 18 Feb 2009 10:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-tJava-or-tJavaFlex-is-it-possible-to-to-produce-a-row-data/m-p/2266878#M45955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-02-18T10:49:18Z</dc:date>
    </item>
  </channel>
</rss>

