<?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: global variable in tLoop in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198160#M1604</link>
    <description>Hi,&lt;BR /&gt;   I wanted to do incremental extraction using global variables. Can anyone please help me out</description>
    <pubDate>Mon, 13 Jan 2014 07:20:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-13T07:20:32Z</dc:date>
    <item>
      <title>global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198151#M1595</link>
      <description>Hi,&lt;BR /&gt;I use Talend 3.0.2 + java.&lt;BR /&gt;I declare "start=1" with tSetGlobalVar and I would like to start my tLoop with i=start.&lt;BR /&gt;I put "int i="((Integer)globalMap.get("start")) in tLoop declaration but I receive error in code: Start cannot be resolved.&lt;BR /&gt;It is a little weird because I use it in some components later and error doesn't occur.&lt;BR /&gt;Could anyone tell me what I am doing wrong, please?&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Marcin K.</description>
      <pubDate>Sat, 16 Nov 2024 14:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198151#M1595</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198152#M1596</link>
      <description>Try&lt;BR /&gt;int i=Integer.parseInt(globalMap.get("start"));</description>
      <pubDate>Thu, 11 Dec 2008 22:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198152#M1596</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-11T22:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198153#M1597</link>
      <description>Hello 
&lt;BR /&gt;It was a 5871 and I have fixed it. 
&lt;BR /&gt;Please update the change and restart TOS. 
&lt;BR /&gt;Then, set the declaration expression like this: 
&lt;BR /&gt;"int i=Integer.parseInt((String)globalMap.get("start"))" 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 12 Dec 2008 02:51:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198153#M1597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-12T02:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198154#M1598</link>
      <description>jholman - thanks for your answer, it still brings an error message: Start cannot be resolved. 
&lt;BR /&gt;shong - thank you too, I try to update but I get error message from Eclipse: 
&lt;BR /&gt;Network connection problems encountered during search. 
&lt;BR /&gt; Unable to access " 
&lt;A href="http://talendforge.org/core/updatesite/3.0/testing/" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/core/updatesite/3.0/testing/&lt;/A&gt;". 
&lt;BR /&gt; Error parsing site stream. 
&lt;BR /&gt; White spaces are required between publicId and systemId. 
&lt;BR /&gt; Error parsing site stream. 
&lt;BR /&gt; White spaces are required between publicId and systemId. 
&lt;BR /&gt;Shong, Any fix for this?</description>
      <pubDate>Fri, 12 Dec 2008 11:28:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198154#M1598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-12T11:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198155#M1599</link>
      <description>Hi Shong,
&lt;BR /&gt;I downloaded latest TOS from SVN - I copied 
&lt;A href="http://talendforge.org/svn/tos/trunk" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/svn/tos/trunk&lt;/A&gt; into features directory and restarted TOS but it looks like problem still occurs.
&lt;BR /&gt;I am attaching 2 screenshots: tSetGlobalVar + settinngs and tLoop + error message.
&lt;BR /&gt;Any idea how what I do wrong?
&lt;BR /&gt;Kind regards,
&lt;BR /&gt;Marcin K.</description>
      <pubDate>Tue, 16 Dec 2008 12:04:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198155#M1599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-16T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198156#M1600</link>
      <description>Shong, 
&lt;BR /&gt;I successfully updated talend from SVN repository. 
&lt;BR /&gt;I uploaded files into features directory instead of plugins which was wrong. 
&lt;BR /&gt;I get different error message now: 
&lt;BR /&gt;Exception in component tLoop_1 
&lt;BR /&gt;java.lang.NumberFormatException: null 
&lt;BR /&gt; at java.lang.Integer.parseInt(Unknown Source) 
&lt;BR /&gt; at java.lang.Integer.parseInt(Unknown Source)</description>
      <pubDate>Wed, 17 Dec 2008 17:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198156#M1600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-17T17:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198157#M1601</link>
      <description>Some more info: it looks like I can't access any variables set with tSetGlobalVar using (String)globalMap.get("start") which also causes a problem with updated tLoop component. 
&lt;BR /&gt;Strange because it worked before.</description>
      <pubDate>Wed, 17 Dec 2008 17:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198157#M1601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-17T17:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198158#M1602</link>
      <description>Hello 
&lt;BR /&gt;I have committed the update file on trunk:20689, you can go to 
&lt;A href="http://talendforge.org/trac/tos/changeset/20689" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/trac/tos/changeset/20689&lt;/A&gt; and download the new files to your local machine.(see screenshot) Then, copy the two new files: tLoop_begin.javajet and tLoop_end.javaject, go to \plugins\org.talend.designer.components.localprovider_3.0.2.r20205\components\tLoop located on your install folder and paste them, restart TOS. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 18 Dec 2008 02:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198158#M1602</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-18T02:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198159#M1603</link>
      <description>Hi Shong,
&lt;BR /&gt;it works fantastic!
&lt;BR /&gt;Thank you very much for your help and fix.
&lt;BR /&gt;For people who will take a look here in the future: I use "int i=((Integer)globalMap.get("start"))" in tLoop fields.
&lt;BR /&gt;Kind regards,
&lt;BR /&gt;Marcin K.</description>
      <pubDate>Thu, 18 Dec 2008 18:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198159#M1603</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-12-18T18:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198160#M1604</link>
      <description>Hi,&lt;BR /&gt;   I wanted to do incremental extraction using global variables. Can anyone please help me out</description>
      <pubDate>Mon, 13 Jan 2014 07:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198160#M1604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-13T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198161#M1605</link>
      <description>Hi, pramodh 
&lt;BR /&gt;Could you please open a new topic for your job requirement? In addition that, please give us more description about your requirement. 
&lt;BR /&gt;Elaborating your case with an example with input and expected output values will be preferred. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 13 Jan 2014 07:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198161#M1605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-13T07:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198162#M1606</link>
      <description>Hi ,
&lt;BR /&gt;To accomplish my task i can use either global variable concept or context variables. So explain me the both concepts
&lt;BR /&gt;My task is to extract the records from a table which is having inserted date greater then the value stored in the global variable/context variable.
&lt;BR /&gt;for example consider customer table having
&lt;BR /&gt;txn_id number
&lt;BR /&gt;cid varchar
&lt;BR /&gt;pid varchar
&lt;BR /&gt;saledate timestamp
&lt;BR /&gt;upon each run of talend job the max(saledate) must be stored in the global variable /context variable and i have use that max(saledate) in the query as 
&lt;BR /&gt;"select * from customer where saledate&amp;gt;"</description>
      <pubDate>Mon, 13 Jan 2014 12:32:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198162#M1606</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-13T12:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198163#M1607</link>
      <description>Hi,&lt;BR /&gt;How can pass my tjava component variable to tmap which means i have to access the variable which is in tjava to tmap. can any one one help me</description>
      <pubDate>Thu, 10 Jul 2014 07:09:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198163#M1607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T07:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: global variable in tLoop</title>
      <link>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198164#M1608</link>
      <description>hi all,&lt;BR /&gt;please, as Sabrina 's asked, open new topic for your own purpose &amp;amp; request ?&lt;BR /&gt;regards&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 10 Jul 2014 08:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/global-variable-in-tLoop/m-p/2198164#M1608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-07-10T08:25:21Z</dc:date>
    </item>
  </channel>
</rss>

