<?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: exit job with routine in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210430#M8858</link>
    <description>Hi Jerem,&lt;BR /&gt;do you exit the job in your routine? If so, in which way?&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
    <pubDate>Sun, 04 Jan 2009 22:03:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-01-04T22:03:47Z</dc:date>
    <item>
      <title>exit job with routine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210429#M8857</link>
      <description>Hello,&lt;BR /&gt;I created a java routine which show a msgbox and exit the job.&lt;BR /&gt;I use it in tMap in a condition like "If row1 == null then start routine"&lt;BR /&gt;My problem is that when the job finish with the routine, the 2 output files are created and i don't want it. The files are empty ,I checked "Don't create empty files" in the component settings but it don't work.&lt;BR /&gt;I also tried to add a File.delete() in the routine but it don't work.&lt;BR /&gt;Can anyone help me please ?&lt;BR /&gt;Jerem</description>
      <pubDate>Sat, 16 Nov 2024 14:06:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210429#M8857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: exit job with routine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210430#M8858</link>
      <description>Hi Jerem,&lt;BR /&gt;do you exit the job in your routine? If so, in which way?&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Sun, 04 Jan 2009 22:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210430#M8858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-04T22:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: exit job with routine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210431#M8859</link>
      <description>Hi Volker,&lt;BR /&gt;Yes, i exit the job in the routine.&lt;BR /&gt;I use system.exit(0);&lt;BR /&gt;Jerem</description>
      <pubDate>Mon, 05 Jan 2009 17:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210431#M8859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-05T17:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: exit job with routine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210432#M8860</link>
      <description>Hi Jerem,&lt;BR /&gt;using System.exit() is a dangerous function &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;BR /&gt;Using this will explain all your problems. If you do this call in the JVM it will immediately stop all processes.  Even catch / finally blocks will never be reached. You should redesign your job to handle the wrong data. For example you could use a tFilterRow to check the value and let the wrong row run into a tDie.&lt;BR /&gt;Bye&lt;BR /&gt;Volker</description>
      <pubDate>Mon, 05 Jan 2009 22:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210432#M8860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-05T22:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: exit job with routine</title>
      <link>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210433#M8861</link>
      <description>Thanks for you help Volker, I built the job with TOS tools and it work well</description>
      <pubDate>Tue, 06 Jan 2009 16:48:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/exit-job-with-routine/m-p/2210433#M8861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-01-06T16:48:53Z</dc:date>
    </item>
  </channel>
</rss>

