<?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: wait for multiple subjobs to finish before continuing in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250478#M34710</link>
    <description>You can also put the unloading subjobs into one job that is set for multi-thread execution (see Job/Extra tab) and then call that job in another job using a tRunJob linked with OnSubjobOK to the processing subjob.</description>
    <pubDate>Wed, 18 Jul 2012 01:21:59 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2012-07-18T01:21:59Z</dc:date>
    <item>
      <title>wait for multiple subjobs to finish before continuing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250476#M34708</link>
      <description>Hi,&lt;BR /&gt;I have a job that contains several subjobs that unload data from database. It also contains another subjob that will process these data in flat files. Before the processing starts, it has to wait for data unloading to finish. What can I do to make sure that all data unloading have been finished before the processing subjob starts?</description>
      <pubDate>Tue, 17 Jul 2012 20:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250476#M34708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-17T20:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: wait for multiple subjobs to finish before continuing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250477#M34709</link>
      <description>There's a component in the enterprise version of of TOS that does this - tParallelize. I don't think there's anything similar in open source TOS, so I think you would have to run the unloading subjobs in sequence, rather than in parallel, to ensure that all are complete before moving to the next operation.</description>
      <pubDate>Tue, 17 Jul 2012 20:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250477#M34709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-17T20:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: wait for multiple subjobs to finish before continuing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250478#M34710</link>
      <description>You can also put the unloading subjobs into one job that is set for multi-thread execution (see Job/Extra tab) and then call that job in another job using a tRunJob linked with OnSubjobOK to the processing subjob.</description>
      <pubDate>Wed, 18 Jul 2012 01:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250478#M34710</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-07-18T01:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: wait for multiple subjobs to finish before continuing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250479#M34711</link>
      <description>Thanks, will try that out. Alternatively, I did a bunch of onComponentOk and it seems to work fine.</description>
      <pubDate>Wed, 18 Jul 2012 15:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250479#M34711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-07-18T15:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: wait for multiple subjobs to finish before continuing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250480#M34712</link>
      <description>OnSubjobOKs would probably be better but, yes, that will work although you lose the ability to parallellise the unloading.</description>
      <pubDate>Thu, 19 Jul 2012 00:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250480#M34712</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-07-19T00:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: wait for multiple subjobs to finish before continuing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250481#M34713</link>
      <description>i was getting such figures 0000000-4538795 in my output what can i do on talend to have the negative before zero? -00000004538795</description>
      <pubDate>Tue, 24 Jun 2014 05:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250481#M34713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-24T05:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: wait for multiple subjobs to finish before continuing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250482#M34714</link>
      <description>Hi wilsonotieno46, 
&lt;BR /&gt;is this a string value? 
&lt;BR /&gt;If it is a string value, then you can do string handling, use EReplace to remove "-" and then concatenate "-" with the existing string after replacement... 
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 24 Jun 2014 06:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250482#M34714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-24T06:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: wait for multiple subjobs to finish before continuing</title>
      <link>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250483#M34715</link>
      <description>You can also try a tPostJob. It will run a final subjob after all other components are complete.&lt;BR /&gt;Documentation:</description>
      <pubDate>Tue, 22 Mar 2016 18:25:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/wait-for-multiple-subjobs-to-finish-before-continuing/m-p/2250483#M34715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T18:25:31Z</dc:date>
    </item>
  </channel>
</rss>

