<?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: Catch processed row's count in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325707#M95279</link>
    <description>Where is the option to set field separator ?&lt;BR /&gt;I can see only encoding option there in job setting-&amp;gt; stats&amp;amp;log -&amp;gt; use volumetrics -&amp;gt; on files.&lt;BR /&gt;is there anything by which we can get comma instead of semicolon ?</description>
    <pubDate>Fri, 01 Sep 2017 08:40:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-01T08:40:01Z</dc:date>
    <item>
      <title>Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325701#M95273</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm using TDI open studio. I have designed and run the job, whose screenshot is :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="InventoryWest.PNG" style="width: 773px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwMQ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156534iEDBC4A99360779A2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwMQ.png" alt="0683p000009LwMQ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As you can see, there we are getting count of processed rows in green colour. I want to catch these count in separate file (prefer excel file).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;So for above job, I expect below output :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="op.PNG" style="width: 623px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwTp.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150036iEF79282E678085FB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwTp.png" alt="0683p000009LwTp.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;After researching for a while, I come to know that there are 3 components that I feel one of these 3 can fulfill the&amp;nbsp;requirement.&lt;/P&gt; 
&lt;P&gt;tStatCatcher&lt;/P&gt; 
&lt;P&gt;tLogCatcher&lt;/P&gt; 
&lt;P&gt;tFlowMeterCatcher&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;But I don't know which one to use and how to use it for my&amp;nbsp;requirement. Please, help me out guys.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 14:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325701#M95273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-31T14:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325702#M95274</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The tFlowMeterCatcher component&amp;nbsp;catches the processing volumetric from the&amp;nbsp;tFlowMeter&amp;nbsp;component and passes them onto the output component.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;For example:&lt;BR /&gt;tFileInput---&amp;gt;tFlowMeter---&amp;gt;tMysqlOutput_1&lt;BR /&gt;tFlowMeterCatcher---tLogRow&lt;BR /&gt;There is one column called "count" in the schema of tFlowMeterCatcher which counts the no. of records pass by the specify flow.&lt;BR /&gt;Let me know if it is OK with you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 04:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325702#M95274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T04:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325703#M95275</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you so much. Your solution worked !&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried 2 options :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1. Suggested by you : &amp;nbsp;using&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;tFlowMeterCatcher.- easy to record statistics in csv or excel file as it has output row.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;2. Without using &lt;SPAN&gt;tFlowMeterCatcher - tried&amp;nbsp;&lt;/SPAN&gt;stats&amp;amp;log under job setting tab, where we check the box in front of 'Use volumetrics' and specify the file path and name. When we use this, we don't need to use tFlowMeterCatcher component. But its giving output file with values separated by ' &lt;STRONG&gt;;&lt;/STRONG&gt; ' (semicolon).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;How can we get the the output that can be view properly as csv or excel using 2nd option ?&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;(might be comma separated, or using encoding, etc.)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="volumetrics.PNG" style="width: 650px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwSn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146975iC4AACEBD61CE52AF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwSn.png" alt="0683p000009LwSn.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Thanks &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325703#M95275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T07:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325704#M95276</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We see that you have saved your 'Meter file name' as meter_file.csv&lt;/P&gt;
&lt;P&gt;Could you please show us your actual output result with values separated by ' &lt;STRONG&gt;;&lt;/STRONG&gt; ' (semicolon)?&lt;/P&gt;
&lt;P&gt;Please mask your sensitive data.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325704#M95276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T07:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325705#M95277</link>
      <description>&lt;P&gt;Please find below the screenshots of the output result :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;opened in ms excel :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="volumetric_output.PNG" style="width: 958px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lw6Z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153327i45FC1FBA00F71C17/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lw6Z.png" alt="0683p000009Lw6Z.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;opened in notepad :&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="valumetric_output_notepad.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwRk.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135981iE207B162A1467674/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwRk.png" alt="0683p000009LwRk.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:33:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325705#M95277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T07:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325706#M95278</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;It should be field separator to separate fields for the transferred data when &lt;SPAN&gt;set the flow meter log to output the count record into a file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 07:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325706#M95278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T07:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325707#M95279</link>
      <description>Where is the option to set field separator ?&lt;BR /&gt;I can see only encoding option there in job setting-&amp;gt; stats&amp;amp;log -&amp;gt; use volumetrics -&amp;gt; on files.&lt;BR /&gt;is there anything by which we can get comma instead of semicolon ?</description>
      <pubDate>Fri, 01 Sep 2017 08:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325707#M95279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T08:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325708#M95280</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;We will make an investigation on it and then come back to you as soon as we can.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2017 09:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325708#M95280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-01T09:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325709#M95281</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;In tFlowMeterCatcher, we are not getting the duration of processing.&lt;BR /&gt;I come to know that there is component called tChronometerStop&amp;nbsp;to get a duration. But its logging the time on console. How can I get this time in file ? Or is there workaround for the same ?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 07:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325709#M95281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-02T07:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325710#M95282</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LLzcAAG"&gt;@AkshayNG&lt;/A&gt; wrote:
 &lt;BR /&gt;Hi,
 &lt;BR /&gt;
 &lt;BR /&gt;In tFlowMeterCatcher, we are not getting the duration of processing.
 &lt;BR /&gt;I come to know that there is component called tFlowMeterCatcher to get a duration. But its logging the time on console. How can I get this time in file ? Or is there workaround for the same ?
 &lt;BR /&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;If I understand your issue clearly, do you want to use component tStatCatcher in your work flow and log the output into file? If so, you can design your work flow like: tStatCatcher--&amp;gt;tFileOutPutxxx(your target output file).&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325710#M95282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-04T04:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325711#M95283</link>
      <description>&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I've tried tStatCatcher, and got the duration as well. But then I've to apply some lookup logic using tMap to get result of both in one output table containg row count (from tFlowMeterCatcher) and duration(using tStatCatcher).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was basically looking for a way to add one more column for TIME &amp;nbsp;in result of&amp;nbsp;&lt;SPAN&gt;tFlowMeterCatcher. This column must contain values as&amp;nbsp;duration of the specified component.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 07:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325711#M95283</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-04T07:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325712#M95284</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;So far, you cannot edit the schema setting of &lt;SPAN&gt;tFlowMeterCatcher component.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.png" style="width: 532px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LwZJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131216i5E8676BE2789BFAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LwZJ.png" alt="0683p000009LwZJ.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2017 03:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325712#M95284</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-05T03:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Catch processed row's count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325713#M95285</link>
      <description>Hello xdshi,
&lt;BR /&gt;
&lt;BR /&gt;Good Day
&lt;BR /&gt;
&lt;BR /&gt;I want to achieve similar outcome from talend.
&lt;BR /&gt;
&lt;BR /&gt;I'm extracting data from Salesforce component and injecting the data in to influxdb and building dashboard in Grafana. I have a use case to get the count of status wrt location.
&lt;BR /&gt;
&lt;BR /&gt;Eg:
&lt;BR /&gt;Location New Pending Approved Total
&lt;BR /&gt;CA 1 3 5 9
&lt;BR /&gt;HE 4 6 8 18
&lt;BR /&gt;
&lt;BR /&gt;Let me know which component to use in talend to achieve this case.</description>
      <pubDate>Wed, 11 Dec 2019 06:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Catch-processed-row-s-count/m-p/2325713#M95285</guid>
      <dc:creator>hangel</dc:creator>
      <dc:date>2019-12-11T06:47:30Z</dc:date>
    </item>
  </channel>
</rss>

