<?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: FTPFileExist in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355845#M121516</link>
    <description>Thanx.
&lt;BR /&gt;Possible to check for wildcards (*.*) with this component?
&lt;BR /&gt;I have tried it but it only returns True if i put in the exact filename.
&lt;BR /&gt;Cheers
&lt;BR /&gt;Evert</description>
    <pubDate>Fri, 06 Nov 2009 09:08:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-11-06T09:08:30Z</dc:date>
    <item>
      <title>FTPFileExist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355843#M121514</link>
      <description>Hi,&lt;BR /&gt;I cannot get this component to work.&lt;BR /&gt;I am 100% sure the file that i am looking for exists in the directory but nothing gets returned.&lt;BR /&gt;The ((Boolean)globalMap.get("tFTPFileExist_1_EXISTS")) just returns nothing at all.&lt;BR /&gt;Possible to look for wildcards with this component? (*.*)&lt;BR /&gt;Anybody uses this and know of something i can be doing wrong?&lt;BR /&gt;Thanx&lt;BR /&gt;Evert</description>
      <pubDate>Sat, 16 Nov 2024 13:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355843#M121514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: FTPFileExist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355844#M121515</link>
      <description>Hello 
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;The ((Boolean)globalMap.get("tFTPFileExist_1_EXISTS")) just returns nothing at all.&lt;BR /&gt;Possible to look for wildcards with this component? (*.*)&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Yes, this global var will be avaliable in the next subjob, eg:
&lt;BR /&gt;tFTPFileExist
&lt;BR /&gt; |
&lt;BR /&gt;onsubjobok
&lt;BR /&gt; |
&lt;BR /&gt;tJava(System.out.println(((Boolean)globalMap.get("tFTPFileExist_1_EXISTS"))));
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 06 Nov 2009 08:51:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355844#M121515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-06T08:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: FTPFileExist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355845#M121516</link>
      <description>Thanx.
&lt;BR /&gt;Possible to check for wildcards (*.*) with this component?
&lt;BR /&gt;I have tried it but it only returns True if i put in the exact filename.
&lt;BR /&gt;Cheers
&lt;BR /&gt;Evert</description>
      <pubDate>Fri, 06 Nov 2009 09:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355845#M121516</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-06T09:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTPFileExist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355846#M121517</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Possible to check for wildcards (*.*) with this component?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;No, it only support the exact filename, *.extention or filename.* now. You can report a feature on our bugtracker. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 06 Nov 2009 09:12:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355846#M121517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-06T09:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: FTPFileExist</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355847#M121518</link>
      <description>OK, will do.
&lt;BR /&gt;Btw, it only supports the exact filename, could not get the filename.* or *.extension to work either.
&lt;BR /&gt;The latter would have been good enough for me.</description>
      <pubDate>Fri, 06 Nov 2009 09:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPFileExist/m-p/2355847#M121518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-11-06T09:19:25Z</dc:date>
    </item>
  </channel>
</rss>

