<?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: Retrieve data from row after OncomponentOk in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350998#M117751</link>
    <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response and sorry if this wasn't clear from the way I wrote the question but this is already what I have been trying but it keeps returning null. &lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 08:27:04 GMT</pubDate>
    <dc:creator>MDouglas1687874333</dc:creator>
    <dc:date>2023-06-28T08:27:04Z</dc:date>
    <item>
      <title>Retrieve data from row after OncomponentOk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350996#M117749</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I have a talend job that has a group of components similar to this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000kVDWkAAO.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142484iABEE30BDB56A5CC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000kVDWkAAO.png" alt="0695b00000kVDWkAAO.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use the data passed through row3 in tDBRow_2 via (String)globalMap.get but I seem to not be getting anything from it. is there any way to retrieve the data from this row and use it in dbrow2? Preferably in a way that takes into account multiple rows being passed through that row? &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350996#M117749</guid>
      <dc:creator>MDouglas1687874333</dc:creator>
      <dc:date>2024-11-15T21:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve data from row after OncomponentOk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350997#M117750</link>
      <description>&lt;P&gt;Hi @Michael Douglas​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By default, tFlowToIterate creates global variables for every column on its input schema (unless you uncheck the "Use the default (key, value) in global variables" option).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if you have a column called "newColumn" on tJavaRow output schema, you could refer to it on tDBRow by using the following syntax:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;((String)globalMap.get("row3.newColumn"))&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 17:44:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350997#M117750</guid>
      <dc:creator>anselmopeixoto</dc:creator>
      <dc:date>2023-06-27T17:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve data from row after OncomponentOk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350998#M117751</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response and sorry if this wasn't clear from the way I wrote the question but this is already what I have been trying but it keeps returning null. &lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 08:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350998#M117751</guid>
      <dc:creator>MDouglas1687874333</dc:creator>
      <dc:date>2023-06-28T08:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve data from row after OncomponentOk</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350999#M117752</link>
      <description>&lt;P&gt;Hi @Michael Douglas​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In this case, to investigate why the variable keeps returning null, I would try printing the column contents on tJavaRow, running the Job using Traces Debug or activating Log4j at level TRACE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the null value reason still doesn't show up, could you share some screenshots of the components (tJavaRow, tFlowToIterate, tSetGlobalvar and tDBRow) configuration?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 12:54:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Retrieve-data-from-row-after-OncomponentOk/m-p/2350999#M117752</guid>
      <dc:creator>anselmopeixoto</dc:creator>
      <dc:date>2023-06-28T12:54:01Z</dc:date>
    </item>
  </channel>
</rss>

