<?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: How to log progress statistics in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371089#M134065</link>
    <description>Hi 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;1. How can I tweak flowMetter (or use something else) to see a real progress log :e.g. 100 k inserted, 200 k inserted ?&lt;BR /&gt;2. How can I tweak statsCatcher to display the 'MY_CUSTOM_NAME' (name you give to the component on the design workspace) instead of 'tMSSqlOutput_1'.&lt;BR /&gt;3. How can I get rid of all those useless identifiers (e.g. '_W_buENKxEeKRePtjf-zDjA')&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The schema of tFlowMeterCatcherand tStatsCatcher are read only, you can link it to a tMap to remove the columns that you do not want and do some transform, before log them to DB or file. 
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 14 Jun 2013 04:10:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-14T04:10:43Z</dc:date>
    <item>
      <title>How to log progress statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371087#M134063</link>
      <description>Scenario : extracting data form one database and inserting it into another. 
&lt;BR /&gt;I try to use flowMeter for progress log purpose but it just displays a message (which is also very ugly) at the end : 
&lt;BR /&gt;2013-06-13 13:39:49;8dkrU5;ElLlYx;ElLlYx;4520;LEARN;update_tables;_W_buENKxEeKRePtjf-zDjA;0.1;Default;tFlowMeter_3;MY_CUSTOM_NAME;1541211;; 
&lt;BR /&gt;The enabled statsCatcher gives me another ugly log about the time of execution : 
&lt;BR /&gt;2013-06-13 13:39:49;8dkrU5;ElLlYx;ElLlYx;4520;LEARN;update_tables;_W_buENKxEeKRePtjf-zDjA;0.1;Default;tMSSqlOutput_1;end;success;513827 
&lt;BR /&gt;513 is the number of seconds it has spent to finish. 
&lt;BR /&gt;1. How can I tweak flowMetter (or use something else) to see a real progress log :e.g. 100 k inserted, 200 k inserted ? 
&lt;BR /&gt;2. How can I tweak statsCatcher to display the 'MY_CUSTOM_NAME' (name you give to the component on the design workspace) instead of 'tMSSqlOutput_1'. 
&lt;BR /&gt;3. How can I get rid of all those useless identifiers (e.g. '_W_buENKxEeKRePtjf-zDjA') 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEeG.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145167iF12AD6DF1D247DC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEeG.png" alt="0683p000009MEeG.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 13 Jun 2013 12:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371087#M134063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-13T12:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to log progress statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371088#M134064</link>
      <description>You can use the AMC functionality or use the tFlowCatcher component in conjunction with a file output or database output component.&lt;BR /&gt;tFlowCatcher -&amp;gt; tMySqlOutput</description>
      <pubDate>Thu, 13 Jun 2013 22:48:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371088#M134064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-13T22:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to log progress statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371089#M134065</link>
      <description>Hi 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;1. How can I tweak flowMetter (or use something else) to see a real progress log :e.g. 100 k inserted, 200 k inserted ?&lt;BR /&gt;2. How can I tweak statsCatcher to display the 'MY_CUSTOM_NAME' (name you give to the component on the design workspace) instead of 'tMSSqlOutput_1'.&lt;BR /&gt;3. How can I get rid of all those useless identifiers (e.g. '_W_buENKxEeKRePtjf-zDjA')&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;The schema of tFlowMeterCatcherand tStatsCatcher are read only, you can link it to a tMap to remove the columns that you do not want and do some transform, before log them to DB or file. 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 14 Jun 2013 04:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371089#M134065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-14T04:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to log progress statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371090#M134066</link>
      <description>what about 1 (log progress) and 2(statCatcher schema does not have a label field in his schema) ?</description>
      <pubDate>Fri, 14 Jun 2013 14:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371090#M134066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-14T14:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to log progress statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371091#M134067</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;what about 1 (log progress) and 2(statCatcher schema does not have a label field in his schema) ?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;In order to avoid duplication of labels in a job, the tStatCatcher and tLogCather always log the real name of the component, not the label. If you want the label of the component to be logged, link it to a tMap and add a new column, let's call it "label", and set its expression like this: 
&lt;BR /&gt;row1.origin.equals("tMysqlInput_1")?"label1" 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt;row1.origin.equals("tMysqlInput_2")?"label2":"label3") 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 14 Jun 2013 18:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371091#M134067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-14T18:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to log progress statistics</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371092#M134068</link>
      <description>Thank you.
&lt;BR /&gt;What about progress log ? 
&lt;BR /&gt;After running a job it is critical to have some logs about how much data was migrated, e.g. :
&lt;BR /&gt;100.000
&lt;BR /&gt;200.000
&lt;BR /&gt;300.000
&lt;BR /&gt;etc.
&lt;BR /&gt;By now it just displays only one entry at the end of some job-part (statsCatcher - the overall time, flowMeter - the overral record count)</description>
      <pubDate>Mon, 17 Jun 2013 07:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-log-progress-statistics/m-p/2371092#M134068</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-17T07:50:42Z</dc:date>
    </item>
  </channel>
</rss>

