<?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] Error Handling and Conditions in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202819#M4366</link>
    <description>Hi&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Pratik,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Great it can help. Can we consider this topic as resolved?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Tue, 21 Feb 2017 08:48:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-21T08:48:37Z</dc:date>
    <item>
      <title>[resolved] Error Handling and Conditions in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202816#M4363</link>
      <description>Hello, 
&lt;BR /&gt;I am new to Talend, I have a job which gives a list of holidays for different countries using an API. The job is running fine. 
&lt;BR /&gt;But I need to do some conditioning. I am using a text file to give the start date &amp;amp; end date. ( For eg:- Startdate will be (-1) one year before the current year i.e 2016 &amp;amp; enddate will be (1) the next year i.e 2018, so I get data for 3 years, 2016, 2017 &amp;amp; 2018.) 
&lt;BR /&gt;Startdate should always contain negative value &amp;amp; Enddate should be positve. I need to put a condition for this, I want a popup message box which says the values entered are incorrect if someone enters a positive value in Startdate or ViceVersa. I can't use tMsgBox with OnComponentError from Component tFileInputProperties_1 as I am not getting any error when I use incorrect values. Please suggest if there is any other solution. 
&lt;BR /&gt;Thanks &amp;amp; Regards, 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDLc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128149iAFEDE4C3FDAD99C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDLc.png" alt="0683p000009MDLc.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 16 Feb 2017 09:23:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202816#M4363</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-16T09:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error Handling and Conditions in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202817#M4364</link>
      <description>Hi,&lt;BR /&gt;Have you tried to use "RunIf" connector in your work flow? Which&amp;nbsp;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;triggers a subjob or component in case the condition defined is met.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Could you please take a look at document about:&lt;A href="https://help.talend.com//pages/viewpage.action?pageId=271840558#Raa59470" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:RunIf Connection Settings&lt;/A&gt;?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 20 Feb 2017 07:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202817#M4364</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-20T07:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error Handling and Conditions in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202818#M4365</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Runif worked for me thanks a lot 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Pratik</description>
      <pubDate>Mon, 20 Feb 2017 13:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202818#M4365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-20T13:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error Handling and Conditions in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202819#M4366</link>
      <description>Hi&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Pratik,&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Great it can help. Can we consider this topic as resolved?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202819#M4366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-21T08:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Error Handling and Conditions in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202820#M4367</link>
      <description>Hi Sabrina, 
&lt;BR /&gt;Yes Sure 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks &amp;amp; Regards, 
&lt;BR /&gt;Pratik</description>
      <pubDate>Mon, 27 Feb 2017 09:21:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Error-Handling-and-Conditions-in-Talend/m-p/2202820#M4367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-27T09:21:54Z</dc:date>
    </item>
  </channel>
</rss>

