<?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: Getting the progress bar-during runtime- in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288165#M61677</link>
    <description>inside your flow, you can insert a tJavaRow to output progress information-- the code inside would look something like this:
&lt;BR /&gt;
&lt;PRE&gt;if( (Integer)globalMap.get("tFileInputDelimited_1_NB_LINE") != null &amp;amp;&amp;amp; (Integer)globalMap.get("tFileInputDelimited_1_NB_LINE") % 10000 == 0) {&lt;BR /&gt;System.out.println("Processed "+ globalMap.get("tFileInputDelimited_1_NB_LINE") + " rows...";&lt;BR /&gt;}&lt;/PRE&gt;</description>
    <pubDate>Mon, 30 Sep 2013 17:01:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-09-30T17:01:28Z</dc:date>
    <item>
      <title>Getting the progress bar-during runtime-</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288164#M61676</link>
      <description>hi all, 
&lt;BR /&gt;Is der any component is give us the progress of the load, (upart from the debug run). 
&lt;BR /&gt;i have a trigger job, consisting of 5 Trunjob components- which triggers 5 different jobs 
&lt;BR /&gt;and each job loads huge data around 3 4 million records into the database. 
&lt;BR /&gt;but, the problem is i m unable to see any progress in percentage at the runtime, when i run trigger job.!! 
&lt;BR /&gt;help needed, 
&lt;BR /&gt;thnkx in advance, 
&lt;BR /&gt;Roni</description>
      <pubDate>Mon, 30 Sep 2013 07:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288164#M61676</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-09-30T07:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the progress bar-during runtime-</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288165#M61677</link>
      <description>inside your flow, you can insert a tJavaRow to output progress information-- the code inside would look something like this:
&lt;BR /&gt;
&lt;PRE&gt;if( (Integer)globalMap.get("tFileInputDelimited_1_NB_LINE") != null &amp;amp;&amp;amp; (Integer)globalMap.get("tFileInputDelimited_1_NB_LINE") % 10000 == 0) {&lt;BR /&gt;System.out.println("Processed "+ globalMap.get("tFileInputDelimited_1_NB_LINE") + " rows...";&lt;BR /&gt;}&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Sep 2013 17:01:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288165#M61677</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-30T17:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the progress bar-during runtime-</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288166#M61678</link>
      <description>Unfortunately this does not work, because the mentioned counter will only set after the flow is finished. 
&lt;BR /&gt;But the suggestion with tJavaRow is the correct start for solving this requirement. You should create your own counter but avoid writing every dataset as log to the console. 
&lt;BR /&gt;Talend mostly generates int variables like tos_count_&amp;lt;comp_name&amp;gt;. These variables will be incremented every dataset.</description>
      <pubDate>Mon, 30 Sep 2013 20:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288166#M61678</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-30T20:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the progress bar-during runtime-</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288167#M61679</link>
      <description>Hi All, 
&lt;BR /&gt;I would like to reopen this topic. 
&lt;BR /&gt;I am performing a migration in Talend Data Integration Studio. The migration process consists of several grand job, which hold subjobs. Unfortunately, when the migration is running, I cannot follow the actual progress because Talend show that only one row was migrated between subjobs.&amp;nbsp; 
&lt;BR /&gt;I need to have an ability to follow the actual progress in Talend by receiving information at runtime like: the number of rows, which have been already migrated, the number of errors, which subjob of the subjob is currently running etc. 
&lt;BR /&gt;Can anyone advise me, how this can be done? 
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Kapi</description>
      <pubDate>Tue, 21 Mar 2017 14:37:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288167#M61679</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-21T14:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Getting the progress bar-during runtime-</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288168#M61680</link>
      <description>&lt;P&gt;Kapi, did you ever come up with a solution for this problem?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Mar 2019 17:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Getting-the-progress-bar-during-runtime/m-p/2288168#M61680</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-31T17:26:00Z</dc:date>
    </item>
  </channel>
</rss>

