<?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] Abort a job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316140#M86717</link>
    <description>Sorry for the late response as I was travelling.
&lt;BR /&gt;I basically wrote the records in a file where any of the fields were null and then checked for the record count in the file and aborted the process accordingly.</description>
    <pubDate>Sat, 28 Jun 2014 08:09:22 GMT</pubDate>
    <dc:creator>sunbaj</dc:creator>
    <dc:date>2014-06-28T08:09:22Z</dc:date>
    <item>
      <title>[resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316130#M86707</link>
      <description>I need to abort the job if any row in an excel file contains null. Basically I have a input file with 3 columns. My requirement is that if any of the 3 fields contain null then the job should abort.&lt;BR /&gt;How do I achieve this.</description>
      <pubDate>Thu, 26 Jun 2014 09:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316130#M86707</guid>
      <dc:creator>sunbaj</dc:creator>
      <dc:date>2014-06-26T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316131#M86708</link>
      <description>I actually had this condition in my tMap and I was expecting it to fail automatically when the field value was Null but to my surprise it did not.
&lt;BR /&gt;row2.Category.equals("Transfer to Self") ||row2.Category.equals("Fixed") || row2.Category.equals("Credit")?"0":"1"</description>
      <pubDate>Thu, 26 Jun 2014 09:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316131#M86708</guid>
      <dc:creator>sunbaj</dc:creator>
      <dc:date>2014-06-26T09:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316132#M86709</link>
      <description>Hi, 
&lt;BR /&gt;The expression in tMap should be 
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Condition?value if true: value if false&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;.
&lt;BR /&gt;Are you looking for 
&lt;BR /&gt;
&lt;PRE&gt;row2.Category==null || row2.Category.isEmpty())?"1":"0"&lt;/PRE&gt;
&lt;BR /&gt;.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 26 Jun 2014 10:13:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316132#M86709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-26T10:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316133#M86710</link>
      <description>No I am not looking to bypass the Null or Empty condition. I want to actually abort the job itself as I need to then manually correct the file and then reprocess it again. 
&lt;BR /&gt;This is something that I amlooking into 
&lt;BR /&gt;row2.Category==null || row2.Category.isEmpty())?Abort the Process 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9p6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134116iFBD5D7F21624A744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9p6.png" alt="0683p000009M9p6.png" /&gt;&lt;/span&gt;ubsequent conditions</description>
      <pubDate>Thu, 26 Jun 2014 10:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316133#M86710</guid>
      <dc:creator>sunbaj</dc:creator>
      <dc:date>2014-06-26T10:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316134#M86711</link>
      <description>Any suggestions please ???!!!!</description>
      <pubDate>Thu, 26 Jun 2014 14:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316134#M86711</guid>
      <dc:creator>sunbaj</dc:creator>
      <dc:date>2014-06-26T14:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316135#M86712</link>
      <description>Hi,
&lt;BR /&gt;do you need to abort the job immediately?
&lt;BR /&gt;If you don't, you can write rows that contain null values to a reject flow (out of tMap). Thus you can abort job if number of rows in reject file is &amp;gt;0.</description>
      <pubDate>Thu, 26 Jun 2014 15:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316135#M86712</guid>
      <dc:creator>gorotman</dc:creator>
      <dc:date>2014-06-26T15:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316136#M86713</link>
      <description>I wanted to avoid this option but if there is no other way then possibly will have to go this route.</description>
      <pubDate>Thu, 26 Jun 2014 15:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316136#M86713</guid>
      <dc:creator>sunbaj</dc:creator>
      <dc:date>2014-06-26T15:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316137#M86714</link>
      <description>hi all 
&lt;BR /&gt;use if condition that check number of row in the flow 
&lt;BR /&gt;tDie if == 0 , something else if not. 
&lt;BR /&gt; 
&lt;PRE&gt;((Integer)globalMap.get("tLogRow_1_NB_LINE")) == 0&lt;/PRE&gt; 
&lt;BR /&gt;ps : in advanced setting of tDie you've got an option permiting to stop the job immedialtly 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009METI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147371i4C45E9F664711E0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009METI.png" alt="0683p000009METI.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 26 Jun 2014 17:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316137#M86714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-26T17:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316138#M86715</link>
      <description>That option is called Exit JVM.&lt;BR /&gt;Vaibhav</description>
      <pubDate>Fri, 27 Jun 2014 05:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316138#M86715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T05:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316139#M86716</link>
      <description>Hi sunbaj, 
&lt;BR /&gt;Is there any update for your issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 27 Jun 2014 10:07:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316139#M86716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T10:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Abort a job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316140#M86717</link>
      <description>Sorry for the late response as I was travelling.
&lt;BR /&gt;I basically wrote the records in a file where any of the fields were null and then checked for the record count in the file and aborted the process accordingly.</description>
      <pubDate>Sat, 28 Jun 2014 08:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Abort-a-job/m-p/2316140#M86717</guid>
      <dc:creator>sunbaj</dc:creator>
      <dc:date>2014-06-28T08:09:22Z</dc:date>
    </item>
  </channel>
</rss>

