<?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: Iterate data from tJava in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278615#M54041</link>
    <description>&lt;P&gt;i saw the checkbox but is there an other solution because if i do it like that, i'll need to delete my file everytime that i will execute my job.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2020 13:39:16 GMT</pubDate>
    <dc:creator>gadje1</dc:creator>
    <dc:date>2020-02-03T13:39:16Z</dc:date>
    <item>
      <title>Iterate data from tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278610#M54036</link>
      <description>&lt;P&gt;Hi everybody,&lt;/P&gt; 
&lt;P&gt;I would be able to iterate on data from a tJava Component and put all rows in a tMap or in a tFileOutputDelimited for example.&lt;/P&gt; 
&lt;P&gt;Here is my job :&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-center" image-alt="plv1.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8xc.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145492i0E00A8E51B010842/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8xc.jpg" alt="0683p000009M8xc.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;If someone knows how to do ...&lt;/P&gt; 
&lt;P&gt;Thanks a lot.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 13:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278610#M54036</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-01-31T13:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate data from tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278611#M54037</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After your tjava component, put a tFileOutputDelimited or whatever,&lt;/P&gt;&lt;P&gt;pull a "main" link between your tjava and the Output Component&lt;/P&gt;&lt;P&gt;you will see the main link named "rowX".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In tjava write :&lt;/P&gt;&lt;PRE&gt;rowX.value = ((String)globalMap.get("row1.value"));&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 13:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278611#M54037</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-31T13:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate data from tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278612#M54038</link>
      <description>&lt;P&gt;Merci beaucoup, jesuisengalere.&lt;/P&gt;&lt;P&gt;C'est exactement ce que je souhaite faire.&lt;/P&gt;&lt;P&gt;Fonctionne impeccable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bon WE&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 15:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278612#M54038</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-01-31T15:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate data from tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278613#M54039</link>
      <description>&lt;P&gt;Hi Jesuisengalere,&lt;/P&gt; 
&lt;P&gt;Your solution is right for outputs in console mode but if i want rescue the data in a tFileoutputDelimited i juste have the last data line. Is there a solution to write all the lines in a CSV file ? I guess that there is but i dont know the way to do it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is my job :&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="plv2.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8y6.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154356iDEBCBD2B8F362896/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8y6.jpg" alt="0683p000009M8y6.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 10:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278613#M54039</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-02-03T10:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate data from tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278614#M54040</link>
      <description>&lt;P&gt;On the tfileoutputDelimited component, you have a 'Append file' checkbox or 'Ecrire après' in French Version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pierre&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 13:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278614#M54040</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T13:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate data from tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278615#M54041</link>
      <description>&lt;P&gt;i saw the checkbox but is there an other solution because if i do it like that, i'll need to delete my file everytime that i will execute my job.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 13:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278615#M54041</guid>
      <dc:creator>gadje1</dc:creator>
      <dc:date>2020-02-03T13:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Iterate data from tJava</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278616#M54042</link>
      <description>&lt;P&gt;The append checkbox permits to write after the selected documents, if it doesnt exist, it will be initialised.&lt;/P&gt; 
&lt;P&gt;If you have an error telling you that the file already exists, you will have to uncheck a 'die if file exists' checkbox located in the Advanced Setting of the components if i remember right.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2020 14:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Iterate-data-from-tJava/m-p/2278616#M54042</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-03T14:06:24Z</dc:date>
    </item>
  </channel>
</rss>

