<?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: Using an arraylist to populate output in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-an-arraylist-to-populate-output/m-p/2205998#M6237</link>
    <description>&lt;P&gt;I managed to find a solution:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 765px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M903.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154168i70643F980A3935BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M903.png" alt="0683p000009M903.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The missing piece of the puzzle was the tLoop from 0 to&amp;nbsp;((java.util.List&amp;lt;String&amp;gt;)globalMap.get("key")).size()-1&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;tFixedFlowInput:&amp;nbsp;((java.util.List&amp;lt;String&amp;gt;)globalMap.get("key")).get((Integer)globalMap.get("tLoop_1_CURRENT_VALUE"))&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;For some reason the elaboration is looking pretty slow (only 40rows/s) but at least it works!&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2020 14:05:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-02-18T14:05:18Z</dc:date>
    <item>
      <title>Using an arraylist to populate output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-an-arraylist-to-populate-output/m-p/2205997#M6236</link>
      <description>&lt;P&gt;Hi all, I'm in the following scenario:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 512px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M96o.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142706i9BA537134D7719EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M96o.png" alt="0683p000009M96o.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 875px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8z5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132317i6D969ED338566320/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8z5.png" alt="0683p000009M8z5.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Now I can't actually find a way to use my list output and no values are actually printed by tLogRow, though printing values from globalMap and row79 inside the tJavaFlex itself works fine.&lt;/P&gt; 
&lt;P&gt;I both tried using row79 -- Main -- out and globalMap -- onComponentOk -- tFixedFlowInput -- out.&lt;/P&gt; 
&lt;P&gt;In the first case I just get blank values in output, in the second case i can pass the arrayList to a value and can't proceed any further to store all values from the list inside columns for a possible output.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help much appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 11:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-an-arraylist-to-populate-output/m-p/2205997#M6236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-18T11:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using an arraylist to populate output</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-an-arraylist-to-populate-output/m-p/2205998#M6237</link>
      <description>&lt;P&gt;I managed to find a solution:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 765px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M903.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154168i70643F980A3935BF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M903.png" alt="0683p000009M903.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The missing piece of the puzzle was the tLoop from 0 to&amp;nbsp;((java.util.List&amp;lt;String&amp;gt;)globalMap.get("key")).size()-1&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;tFixedFlowInput:&amp;nbsp;((java.util.List&amp;lt;String&amp;gt;)globalMap.get("key")).get((Integer)globalMap.get("tLoop_1_CURRENT_VALUE"))&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;For some reason the elaboration is looking pretty slow (only 40rows/s) but at least it works!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 14:05:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-an-arraylist-to-populate-output/m-p/2205998#M6237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-02-18T14:05:18Z</dc:date>
    </item>
  </channel>
</rss>

