<?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: Reload at each row in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317472#M87915</link>
    <description>All database input components provides a return value QUERY . Checkout the Outline view. This return value contains the actual fired statement and here you will find the problem.</description>
    <pubDate>Tue, 09 Aug 2016 10:27:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-09T10:27:21Z</dc:date>
    <item>
      <title>Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317460#M87903</link>
      <description>&lt;P&gt;Whether reload at each row supports for postgresql.It is showing sysntax error at globalMap.get()&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 08:11:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317460#M87903</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T08:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317461#M87904</link>
      <description>Reload each row is an option of the tMap. It has nothing to do with PostgreSQL and works with every lookup.&lt;BR /&gt;The call to the globalMap are always Java code. To be able to help you you must show us the code which fails or the job design including the settings of the affected components.&lt;BR /&gt;A call to the globalMap should looks like this:&lt;BR /&gt;globalMap.get("your_key_as_string")&amp;nbsp;&lt;BR /&gt;or&lt;BR /&gt;globalMap.put("your_key_as_string", anyvalue)</description>
      <pubDate>Fri, 05 Aug 2016 10:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317461#M87904</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T10:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317462#M87905</link>
      <description>select xyz from abc&lt;BR /&gt;where "xyz"."id"='' + (String)globalMap.get("ID")&lt;BR /&gt;here it is saying that syntax erro at or near by global map&amp;nbsp;</description>
      <pubDate>Fri, 05 Aug 2016 11:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317462#M87905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T11:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317463#M87906</link>
      <description>It must be:&lt;BR /&gt;where \"xyz\".\"id\"=" +&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;(String)globalMap.get("ID")&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 05 Aug 2016 11:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317463#M87906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T11:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317464#M87907</link>
      <description>I tried with same but is showing the error.Can you plaese expalin with example using load at each row using tPostgreSqlInput</description>
      <pubDate>Fri, 05 Aug 2016 11:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317464#M87907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T11:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317465#M87908</link>
      <description>It is simple impossible after applying my suggestion to get the same error. If you want help, show the real error messages and the component configuration.</description>
      <pubDate>Fri, 05 Aug 2016 12:03:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317465#M87908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T12:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317466#M87909</link>
      <description>hai</description>
      <pubDate>Fri, 05 Aug 2016 13:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317466#M87909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T13:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317467#M87910</link>
      <description>&amp;nbsp;</description>
      <pubDate>Fri, 05 Aug 2016 13:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317467#M87910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-05T13:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317468#M87911</link>
      <description>"SELECT \"OSD_SURG_ID\",\"OSD_SURG_START_DT_TIME\",\"OSD_SURG_END_DT_TIME\",\"OSD_CRT_DT\",\"OSD_CRT_UID\",\"OSD_UPD_DT\", \"OSD_UPD_UID\", \"OSD_MR_NUM\", \"OSD_AUTH_UID\", \"OSD_AUTH_DT\"
&lt;BR /&gt;FROM\"OT_SURGERY_DETAILS\" where \"OSD_MR_NUM\"='' + (String)globalMap.get(\"row1.OAD_MR_NUM\")"
&lt;BR /&gt;
&lt;BR /&gt;this is my syntax</description>
      <pubDate>Mon, 08 Aug 2016 07:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317468#M87911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-08T07:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317469#M87912</link>
      <description>but it is showing error at globalmap</description>
      <pubDate>Mon, 08 Aug 2016 07:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317469#M87912</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-08T07:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317470#M87913</link>
      <description>Hi, 
&lt;BR /&gt;for me, your query should be : 
&lt;BR /&gt;"SELECT OSD_SURG_ID,OSD_SURG_START_DT_TIME,OSD_SURG_END_DT_TIME,OSD_CRT_DT,OSD_CRT_UID,OSD_UPD_DT, OSD_UPD_UID, OSD_MR_NUM, OSD_AUTH_UID, OSD_AUTH_DT 
&lt;BR /&gt;FROM OT_SURGERY_DETAILS where OSD_MR_NUM = '"+ (String)globalMap.get("row1.OAD_MR_NUM") +"'" 
&lt;BR /&gt; 
&lt;BR /&gt;or "+ (String)globalMap.get("row1.OAD_MR_NUM") if it's a number 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Assuming that row1.OAD_MR_NUM is the variable that comes from tMap as i explain it 
&lt;A href="http://community.talend.com:80/t5/Talend-Tech-Internal/4-2-2-Job-Recovery-not-working-as-expected/m-p/5077#M26031" target="_blank"&gt;here&lt;/A&gt;</description>
      <pubDate>Mon, 08 Aug 2016 08:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317470#M87913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-08T08:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317471#M87914</link>
      <description>hai&amp;nbsp;&lt;BR /&gt;&amp;nbsp;It is working but the data is not validating means it showing as zero rows while reload at each row</description>
      <pubDate>Tue, 09 Aug 2016 09:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317471#M87914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T09:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Reload at each row</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317472#M87915</link>
      <description>All database input components provides a return value QUERY . Checkout the Outline view. This return value contains the actual fired statement and here you will find the problem.</description>
      <pubDate>Tue, 09 Aug 2016 10:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Reload-at-each-row/m-p/2317472#M87915</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-09T10:27:21Z</dc:date>
    </item>
  </channel>
</rss>

