<?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: Error in tFTPFileList  replaceAll(String, String) is undefined in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228155#M19514</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LR09AAG"&gt;@kakooo16&lt;/A&gt;&amp;nbsp;, can you uncheck the file details and let me know are you getting this error?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Apr 2020 08:28:34 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-04-28T08:28:34Z</dc:date>
    <item>
      <title>Error in tFTPFileList  replaceAll(String, String) is undefined</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228151#M19510</link>
      <description>&lt;P&gt;Hello , im getting this error that is blocking me .&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
    The method replaceAll(String, String) is undefined for the type Object&lt;/PRE&gt; 
&lt;P&gt;Here is my tFTPFileList how it is configurated :&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="aa.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9z6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134476i0FBAE181DA911A87/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9z6.png" alt="0683p000009M9z6.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;And here is how is my global variable setted :&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;globalMap.put("remote", " /gateway/aaa/"+context.account_name+"/bbb/ccc " ) ;&lt;/PRE&gt; 
&lt;P&gt;And i've also tried with&amp;nbsp; :&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;globalMap.put("remote", " \"/gateway/aaa/"+context.account_name+"/bbb/ccc\" " ) ;&lt;/PRE&gt; 
&lt;P&gt;The error still persists !&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2020 11:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228151#M19510</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2020-04-27T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPFileList  replaceAll(String, String) is undefined</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228152#M19511</link>
      <description>&lt;P&gt;&lt;FONT face="book antiqua,palatino" size="3"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="book antiqua,palatino" size="3"&gt;You can store the value of remote directory in context variable and use the same variable in tfilelist remote &lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="book antiqua,palatino" size="3"&gt;directory box.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="book antiqua,palatino" size="3"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Capture4.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA7y.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149470i36A709F0FDE46A15/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA7y.png" alt="0683p000009MA7y.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 08:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228152#M19511</guid>
      <dc:creator>BhavikaW</dc:creator>
      <dc:date>2020-04-28T08:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPFileList  replaceAll(String, String) is undefined</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228153#M19512</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LR09AAG"&gt;@kakooo16&lt;/A&gt;&amp;nbsp;, I suggest you put global variable and print inf the tjava component, to know that is its path have constructed correctly or not?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 08:19:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228153#M19512</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-28T08:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPFileList  replaceAll(String, String) is undefined</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228154#M19513</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt; it is correct i ve already done that</description>
      <pubDate>Tue, 28 Apr 2020 08:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228154#M19513</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2020-04-28T08:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPFileList  replaceAll(String, String) is undefined</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228155#M19514</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LR09AAG"&gt;@kakooo16&lt;/A&gt;&amp;nbsp;, can you uncheck the file details and let me know are you getting this error?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 08:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228155#M19514</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-28T08:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPFileList  replaceAll(String, String) is undefined</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228156#M19515</link>
      <description>&lt;PRE&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem: 
    The method replaceAll(String, String) is undefined for the type Object&lt;/PRE&gt;
&lt;P&gt;But when i use the context variable it s working fine ! seems like the global variable is not okey when i passe it to remote directory&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Apr 2020 08:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228156#M19515</guid>
      <dc:creator>kakooo16</dc:creator>
      <dc:date>2020-04-28T08:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error in tFTPFileList  replaceAll(String, String) is undefined</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228157#M19516</link>
      <description>Can you print the global variable and context parameters and see the difference.</description>
      <pubDate>Wed, 29 Apr 2020 02:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-in-tFTPFileList-replaceAll-String-String-is-undefined/m-p/2228157#M19516</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-04-29T02:01:25Z</dc:date>
    </item>
  </channel>
</rss>

