<?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: Send Mail IF File not available in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335201#M103784</link>
    <description>&lt;P&gt;Hi abhi90&lt;/P&gt; 
&lt;P&gt;There is a global variable pre-defined on tFileExist component, this variable stores the checking result of a file, you can use this variable as the condition of runIf connector, eg;&lt;/P&gt; 
&lt;P&gt;tfileExist--runIf1--continue to execute other subjobs&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--runIf2--tSendMail&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;set the condition of runif1 as:&lt;/P&gt; 
&lt;P&gt;((Boolean)globalMap.get("tFileExist_1_EXISTS"))&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;set the condition of runif2 as:&lt;/P&gt; 
&lt;P&gt;!((Boolean)globalMap.get("tFileExist_1_EXISTS"))&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Shong&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 01 Feb 2018 08:54:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-01T08:54:37Z</dc:date>
    <item>
      <title>Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335199#M103782</link>
      <description>&lt;P&gt;I have a scenario. I want to send mail IF File is not available in Linux Directory. Basically It is FileWatcher. If File is available Job is going to Next Component.But IF File not available then It is not sending mails.If Anyone helps will be helpful&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 08:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335199#M103782</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-02-01T08:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335200#M103783</link>
      <description>&lt;P&gt;Settings of the components attached in the post&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 08:49:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335200#M103783</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-02-01T08:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335201#M103784</link>
      <description>&lt;P&gt;Hi abhi90&lt;/P&gt; 
&lt;P&gt;There is a global variable pre-defined on tFileExist component, this variable stores the checking result of a file, you can use this variable as the condition of runIf connector, eg;&lt;/P&gt; 
&lt;P&gt;tfileExist--runIf1--continue to execute other subjobs&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--runIf2--tSendMail&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;set the condition of runif1 as:&lt;/P&gt; 
&lt;P&gt;((Boolean)globalMap.get("tFileExist_1_EXISTS"))&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;set the condition of runif2 as:&lt;/P&gt; 
&lt;P&gt;!((Boolean)globalMap.get("tFileExist_1_EXISTS"))&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Shong&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 08:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335201#M103784</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T08:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335202#M103785</link>
      <description>&lt;P&gt;Hi Shong,&lt;/P&gt; 
&lt;P&gt;My File is not present in Linux Directory. But for not presence of File in Directory Still Mail not generating.&lt;/P&gt; 
&lt;P&gt;This is not presence of File&lt;/P&gt; 
&lt;P&gt;!((Boolean)globalMap.get("tFileExist_1_EXISTS"))&lt;/P&gt; 
&lt;P&gt;This is presence of File&lt;/P&gt; 
&lt;P&gt;((Boolean)globalMap.get("tFileExist_1_EXISTS"))&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 740px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lrt5.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147529iD06E28FD97553550/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lrt5.jpg" alt="0683p000009Lrt5.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335202#M103785</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-02-01T09:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335203#M103786</link>
      <description>&lt;P&gt;In the tfileexist I am using:&lt;/P&gt;&lt;P&gt;((String)globalMap.get("tFTPFileList_1_CURRENT_FILEPATH"))&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 09:20:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335203#M103786</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-02-01T09:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335204#M103787</link>
      <description>&lt;P&gt;Hi &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;With this job design, there should be at least one file matched on tFileList, otherwise, all other components after tFileList will not run.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 10:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335204#M103787</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-01T10:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335205#M103788</link>
      <description>&lt;P&gt;Derive On Component error to mail component.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2018 10:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335205#M103788</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-02-01T10:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335206#M103789</link>
      <description>&lt;P&gt;did it help you?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 06:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335206#M103789</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-20T06:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335207#M103790</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please eloborate your explanation because I am need of this part to add in my job.I am bit confused where and how to declare the condition to execute.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="T1.PNG" style="width: 325px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaCk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135316i63381464AA2142FA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaCk.png" alt="0683p000009MaCk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;Thanks in advance for your reply,&lt;/P&gt; 
&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 12:30:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335207#M103790</guid>
      <dc:creator>Manoj_MUTHURAJA</dc:creator>
      <dc:date>2020-05-22T12:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335208#M103791</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LLP9AAO"&gt;@Manoj_MUTHURAJA&lt;/A&gt;, click the runIf link and open the Component settings view, you will see a Condition field where you can write the condition expression.</description>
      <pubDate>Mon, 25 May 2020 09:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335208#M103791</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-25T09:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335209#M103792</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;your issue was solved ? if yes could you explain me please because I have the same issue .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for you reply,&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 10:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335209#M103792</guid>
      <dc:creator>Manoj_MUTHURAJA</dc:creator>
      <dc:date>2020-05-25T10:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335210#M103793</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsnJAAS"&gt;@shong&lt;/A&gt;&amp;nbsp;thanks for your reply.It is still sending email even the file is not present.I am using tfileexist to see the presence of the file to send the email with if condition.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks in advance for your reply,&lt;/P&gt; 
&lt;P&gt;Manoj&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 10:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335210#M103793</guid>
      <dc:creator>Manoj_MUTHURAJA</dc:creator>
      <dc:date>2020-05-25T10:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335211#M103794</link>
      <description>What is the condition expression of runIf link? Can you show it?
&lt;BR /&gt;</description>
      <pubDate>Mon, 25 May 2020 10:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335211#M103794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-25T10:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Send Mail IF File not available</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335212#M103795</link>
      <description>&lt;P&gt;I have a component tfile list.So I added that address in tfileexist.I&amp;nbsp; think the problem is coming from tfileexist.My parameter on it is not correct that's why it couldn't detect the file.&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="11.PNG" style="width: 356px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaDx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133954i40BD34FECB1EADA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaDx.png" alt="0683p000009MaDx.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="12.PNG" style="width: 702px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ma6e.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145161i07EAAD2DEC7C082C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ma6e.png" alt="0683p000009Ma6e.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13.PNG" style="width: 626px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ma3x.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148108iFD3D09510FF1DCEC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ma3x.png" alt="0683p000009Ma3x.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 10:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Send-Mail-IF-File-not-available/m-p/2335212#M103795</guid>
      <dc:creator>Manoj_MUTHURAJA</dc:creator>
      <dc:date>2020-05-25T10:47:51Z</dc:date>
    </item>
  </channel>
</rss>

