<?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] Problem with TFTPFileExist and runif in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-TFTPFileExist-and-runif/m-p/2287407#M61000</link>
    <description>Hi Burnside,&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Thanks for posting that you resolved it by yourself. &lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;You can mark this topic as resolved &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;by clicking&amp;nbsp; a "Set this topic as resolved" link which is right underneath your initial post.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Mon, 07 Sep 2015 10:02:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-07T10:02:35Z</dc:date>
    <item>
      <title>[resolved] Problem with TFTPFileExist and runif</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-TFTPFileExist-and-runif/m-p/2287405#M60998</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a new problem, I try to know if they are files on the server and if Yes download else Message.&lt;BR /&gt;So I do that:&lt;BR /&gt;tFTPFileList_1 ---OncomponentOk---tFTPFileExist_1---Runif----tFTPGet---tMsgBox&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;|&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---Runif---tMSGBox&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;For tFTPFileList_1 I have add a mask only : zip, jpg, JPG, png&lt;BR /&gt;For tFTPFileExist_1 not sure of what I must type in: File Name&lt;BR /&gt;For Runif top : ((Integer)globalMap.get("tFTPFileExist_1_NB_FILE"))&amp;gt;0&lt;BR /&gt;For Runif bottom : ((Integer)globalMap.get("tFTPFileExist_1_NB_FILE"))&amp;lt;0&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;I have this messsage:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;Exception in component tFTPFileExist_1&lt;BR /&gt;java.lang.NullPointerExeption&lt;BR /&gt;etc...&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;Now if I write that&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;For Runif top : ((Integer)globalMap.get("tFTPFileList_1_NB_FILE"))&amp;gt;0&lt;BR /&gt;For Runif bottom : ((Integer)globalMap.get("tFTPFileList_1_NB_FILE"))&amp;lt;0&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;The two runif are false and nothing happend.&lt;BR /&gt;How to resolve that little problem?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Burnside&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 14:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-TFTPFileExist-and-runif/m-p/2287405#M60998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-02T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with TFTPFileExist and runif</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-TFTPFileExist-and-runif/m-p/2287406#M60999</link>
      <description>Hi, 
&lt;BR /&gt;I have solved my problem...here the solution 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;tFTPFileList --OnSubjobOK--tJava--Runif----tFTPGet----tMsgBox&lt;BR /&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |--Runif----tMsgBox&lt;/PRE&gt; 
&lt;BR /&gt;I have just add in the tJava this code: 
&lt;BR /&gt; 
&lt;PRE&gt;Integer Files = (Integer)globalMap.get("tFTPFileList_1_NB_FILE"));&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;And for the RunIf 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;For Runif top : Files&amp;gt;0&lt;BR /&gt;For Runif bottom : Files&amp;lt;=0&lt;/PRE&gt; 
&lt;BR /&gt;And everything run top 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Burnside.</description>
      <pubDate>Thu, 03 Sep 2015 09:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-TFTPFileExist-and-runif/m-p/2287406#M60999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-03T09:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Problem with TFTPFileExist and runif</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-TFTPFileExist-and-runif/m-p/2287407#M61000</link>
      <description>Hi Burnside,&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Thanks for posting that you resolved it by yourself. &lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;You can mark this topic as resolved &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;by clicking&amp;nbsp; a "Set this topic as resolved" link which is right underneath your initial post.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 07 Sep 2015 10:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Problem-with-TFTPFileExist-and-runif/m-p/2287407#M61000</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-07T10:02:35Z</dc:date>
    </item>
  </channel>
</rss>

