<?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 map arraylist in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325731#M409</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your replay&lt;/P&gt;
&lt;P&gt;I define global variable using setGlobalVar as follows&lt;/P&gt;
&lt;P&gt;key is MyEnv&lt;/P&gt;
&lt;P&gt;value is new ArrayList&amp;lt;String&amp;gt;()&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Tue, 29 Oct 2019 09:25:59 GMT</pubDate>
    <dc:creator>MZein</dc:creator>
    <dc:date>2019-10-29T09:25:59Z</dc:date>
    <item>
      <title>global map arraylist</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325726#M404</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;comeback&amp;nbsp; again with new issue.&lt;/P&gt; 
&lt;P&gt;I define a global variable of type ArrayList using tSetglobalvariable component. The problem is that when i try to get this value in my project it always give me the error :&amp;nbsp;The method globalMap(String) is undefined for the type ArrayTest ?&lt;/P&gt; 
&lt;P&gt;so how i get the value of this array. I am trying this example :&amp;nbsp;&lt;A href="http://bekwam.blogspot.com/2012/08/iterating-over-java-collection-with.html?m=1" target="_blank" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2012/08/iterating-over-java-collection-with.html?m=1&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;thank you very much in advance for your participation to solve this problem&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325726#M404</guid>
      <dc:creator>MZein</dc:creator>
      <dc:date>2024-11-16T04:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: global map arraylist</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325727#M405</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please show us your syntax? Please check your "Code" tab in your job to see if there will be your compile error highlighted in red line.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 07:14:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325727#M405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-28T07:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: global map arraylist</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325728#M406</link>
      <description>&lt;P&gt;Thank you Sabrina for your answer. Attached here with is the job that I try to implement it, it is an example in this site&amp;nbsp;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://bekwam.blogspot.com/2012/08/iterating-over-java-collection-with.html?m=1" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;http://bekwam.blogspot.com/2012/08/iterating-over-java-collection-with.html?m=1&lt;/A&gt;. I follow all of the instruction but always give me the following error (Array list is not defined for globalMap !!). Yes in the code part it highlight in red and give the same error message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reagrds&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 08:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325728#M406</guid>
      <dc:creator>MZein</dc:creator>
      <dc:date>2019-10-28T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: global map arraylist</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325729#M407</link>
      <description>&lt;P&gt;Is there any help or answer as it seems to me talend has a problem with defining and getting arraylist as global variables&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 09:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325729#M407</guid>
      <dc:creator>MZein</dc:creator>
      <dc:date>2019-10-28T09:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: global map arraylist</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325730#M408</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;From the error message "The method globalMap(String) is undefined for the type ArrayTest ?", there is no the method globalMap(String) in the type ArrayTest which is not explained in this blog. How did you define and get arraylist as global variables in your own job?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 09:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325730#M408</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-29T09:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: global map arraylist</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325731#M409</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your replay&lt;/P&gt;
&lt;P&gt;I define global variable using setGlobalVar as follows&lt;/P&gt;
&lt;P&gt;key is MyEnv&lt;/P&gt;
&lt;P&gt;value is new ArrayList&amp;lt;String&amp;gt;()&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 09:25:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325731#M409</guid>
      <dc:creator>MZein</dc:creator>
      <dc:date>2019-10-29T09:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: global map arraylist</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325732#M410</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LQO1AAO"&gt;@MZein&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Is there any X-mark in your component? How about your tJava_1 component setting? Would you mind sending your job to me and I will debug from my side if needed?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 29 Oct 2019 09:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325732#M410</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-10-29T09:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: global map arraylist</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325733#M411</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp; and many thanks for your collaboration. yes you can find attached my job. and the details is in the link&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="http://bekwam.blogspot.com/2012/08/iterating-over-java-collection-with.html?m=1" target="_blank" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.com/2012/08/iterating-over-java-collection-with.html?m=1&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;best Regards&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LweF"&gt;arraylist.PNG&lt;/A&gt;</description>
      <pubDate>Tue, 29 Oct 2019 09:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/global-map-arraylist/m-p/2325733#M411</guid>
      <dc:creator>MZein</dc:creator>
      <dc:date>2019-10-29T09:51:29Z</dc:date>
    </item>
  </channel>
</rss>

