<?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 How to access iterator value in tLoop? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-access-iterator-value-in-tLoop/m-p/2287491#M61071</link>
    <description>When iterating using tLoop, is it possible to access the current value of the iterator from the downstream component? If so, how would I go about doing that? I am looking to do a crude unpivot using tFLowToIterate, tLoop and tFixedFlowInput, but I would like to retrieve columns that are named using integers (e.g., column_1, column_2) from the globalMap in tFixedFlowInput.&lt;BR /&gt;Essentially, I would like to provide a mapping in the tFixedFlowInput that looks like:&lt;BR /&gt;(Integer) globalMap.get("column_" + currentLoopValue.toString())</description>
    <pubDate>Sat, 16 Nov 2024 13:25:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:25:51Z</dc:date>
    <item>
      <title>How to access iterator value in tLoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-access-iterator-value-in-tLoop/m-p/2287491#M61071</link>
      <description>When iterating using tLoop, is it possible to access the current value of the iterator from the downstream component? If so, how would I go about doing that? I am looking to do a crude unpivot using tFLowToIterate, tLoop and tFixedFlowInput, but I would like to retrieve columns that are named using integers (e.g., column_1, column_2) from the globalMap in tFixedFlowInput.&lt;BR /&gt;Essentially, I would like to provide a mapping in the tFixedFlowInput that looks like:&lt;BR /&gt;(Integer) globalMap.get("column_" + currentLoopValue.toString())</description>
      <pubDate>Sat, 16 Nov 2024 13:25:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-access-iterator-value-in-tLoop/m-p/2287491#M61071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to access iterator value in tLoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-access-iterator-value-in-tLoop/m-p/2287492#M61072</link>
      <description>Hi&lt;BR /&gt;Use : ((Integer)globalMap.get("tLoop_1_CURRENT_VALUE"))&lt;BR /&gt;(you can access it by autocompletion, when writing "tLoop_1" (the actual name of your component) then Ctrl+Space)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Lie</description>
      <pubDate>Fri, 14 May 2010 15:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-access-iterator-value-in-tLoop/m-p/2287492#M61072</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-14T15:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to access iterator value in tLoop?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-access-iterator-value-in-tLoop/m-p/2287493#M61073</link>
      <description>&lt;P&gt;((Integer)globalMap.get("tLoop_1_CURRENT_ITERATION"))&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 13:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-access-iterator-value-in-tLoop/m-p/2287493#M61073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-11T13:57:49Z</dc:date>
    </item>
  </channel>
</rss>

