<?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: [resolved] Component to test if FTP folder exist? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236743#M25381</link>
    <description>Many thanks for your help Brandon,&lt;BR /&gt;your solution is quite good. &lt;BR /&gt;If there is no other solution I will set this topic as resolved.&lt;BR /&gt;Eduard</description>
    <pubDate>Tue, 26 Apr 2011 08:12:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-26T08:12:32Z</dc:date>
    <item>
      <title>[resolved] Component to test if FTP folder exist?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236739#M25377</link>
      <description>Hello,&lt;BR /&gt;   I am looking for a simple way to test if a ftp folder exists.&lt;BR /&gt;   I have tested with tFTPFileExists and tFTPFileList, but no chance. When folder does not exists a java exception is thrown.&lt;BR /&gt;   How can I do a such test with Talend?&lt;BR /&gt;   I am working in TOS 4.1.0M3&lt;BR /&gt;Thanks for helping,&lt;BR /&gt;Eduard</description>
      <pubDate>Sat, 16 Nov 2024 12:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236739#M25377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Component to test if FTP folder exist?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236740#M25378</link>
      <description>Take off die on error. 
&lt;BR /&gt;Then it will be: 
&lt;BR /&gt;tFTPGet --on Subjob Failure--&amp;gt; Desired Component 
&lt;BR /&gt;Look at the images below to help you. 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;If you want it to loop the job again until the Directory exists ask me and I will show you another example. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Brandon</description>
      <pubDate>Thu, 21 Apr 2011 16:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236740#M25378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-21T16:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Component to test if FTP folder exist?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236741#M25379</link>
      <description>Hi Brandon,
&lt;BR /&gt;In my very first approach I wanted to do it "more soft" : without raising any exception.
&lt;BR /&gt;If there isn't any other way I will do it like this, and try to workaround the exception with logging set up.
&lt;BR /&gt;Many thanks for your help,
&lt;BR /&gt;Eduard</description>
      <pubDate>Thu, 21 Apr 2011 16:19:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236741#M25379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-21T16:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Component to test if FTP folder exist?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236742#M25380</link>
      <description>Try this way 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;tJava Code: 
&lt;BR /&gt; 
&lt;PRE&gt;context.test = &lt;BR /&gt;((String)globalMap.get("tFTPGet_1_ERROR_MESSAGE")).equals("test: No such file or directory") ? "yes" : "no";&lt;/PRE&gt; 
&lt;BR /&gt;if statements code: 
&lt;BR /&gt; 
&lt;PRE&gt;context.test == "yes"&lt;BR /&gt;context.test == "no"&lt;/PRE&gt; 
&lt;BR /&gt;As I don't think there is a more soft way, that I know of atleast i may be mistaken</description>
      <pubDate>Thu, 21 Apr 2011 16:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236742#M25380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-21T16:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Component to test if FTP folder exist?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236743#M25381</link>
      <description>Many thanks for your help Brandon,&lt;BR /&gt;your solution is quite good. &lt;BR /&gt;If there is no other solution I will set this topic as resolved.&lt;BR /&gt;Eduard</description>
      <pubDate>Tue, 26 Apr 2011 08:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236743#M25381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-26T08:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Component to test if FTP folder exist?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236744#M25382</link>
      <description>&lt;P&gt;Hi Brandon,&lt;/P&gt;
&lt;P&gt;I saw your post and looking for a solution to check if the file exists on ftp server using tftpfileexist. If not it should check again every 1 minute and kick the job once the file is found and send a notification once the process is done and loop back to check for the next file. If the file is not found after certain period it should send a notification and loop again to check if the file is present. How to achieve this? A detail job would be helpful.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2019 19:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Component-to-test-if-FTP-folder-exist/m-p/2236744#M25382</guid>
      <dc:creator>AAA999</dc:creator>
      <dc:date>2019-11-22T19:53:47Z</dc:date>
    </item>
  </channel>
</rss>

