<?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: [resolved] Getting a row count before counting the rows. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314624#M85372</link>
    <description>Hi 
&lt;BR /&gt;Glad to hear that! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;To whom do I send the Champagne and flowers?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Good question, maybe we could add a new feature to forum!~ 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 08 Jul 2011 04:25:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-07-08T04:25:42Z</dc:date>
    <item>
      <title>[resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314617#M85365</link>
      <description>Hi,&lt;BR /&gt;I'm trying to get an initial row count into a global variable based on a column, so for example:&lt;BR /&gt;I have 6 rows, the first 5 belong to one account holder (there is a ledger_id which is duplicated - it's a foreign key), the last one belongs to another account holder.  In one column there is a requirement to put in direct debit descriptions which follows the format 'Payment No.  of ' so, for example, the second row for the first account holder contains in the direct debit descriptions 'Payment No. 2 of 5'.&lt;BR /&gt;My question is, how do I get the '5'?  I have tried to do it Talend.  I can do this in SQL, but I need automation.&lt;BR /&gt;warm regards,&lt;BR /&gt;Lee</description>
      <pubDate>Sat, 16 Nov 2024 12:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314617#M85365</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314618#M85366</link>
      <description>Hi 
&lt;BR /&gt;There is a global variable nb_line of txxxInput component which counts the total number of selected rows. For example: 
&lt;BR /&gt;((Integer)globalMap.get("tMysqlInput_1_NB_LINE")) 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 06 Jul 2011 09:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314618#M85366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-06T09:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314619#M85367</link>
      <description>Hi Shong, thanks for that info. What about when you're counting rows on a foreign key? So for example, when I reach 'Payment No 5 of 5', I need it to return to Payment No. 1 of 1 when the foreign key changes and it all starts again, so my table will end up looking something like this: 
&lt;BR /&gt; PK | FK | PaymentDesc | 
&lt;BR /&gt;200001 | 462763 | Payment No. 1 of 5 | 
&lt;BR /&gt;200002 | 462763 | Payment No. 2 of 5 | 
&lt;BR /&gt;200003 | 462763 | Payment No. 3 of 5 | 
&lt;BR /&gt;200004 | 462763 | Payment No. 4 of 5 | 
&lt;BR /&gt;200005 | 462763 | Payment No. 5 of 5 | 
&lt;BR /&gt;200006 | 348111 | Payment No. 1 of 3 | 
&lt;BR /&gt;200007 | 348111 | Payment No. 2 of 3 | 
&lt;BR /&gt;200008 | 348111 | Payment No. 3 of 3 | 
&lt;BR /&gt;It's the 5s and 3s I'm trying to get. I need to know these numbers in advance. I have thought about using the tAggregateRow component, but I'm unsure how to incorporate the globalMap object. 
&lt;BR /&gt;Also, how do know what key to use to access a value in the globalMap? Is there a template that Talend uses? Or a way of displaying them all Enumeratively? 
&lt;BR /&gt;Thanks in advance, 
&lt;BR /&gt;Lee 
&lt;BR /&gt;ps - Apologies for the barrage of questions! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 07 Jul 2011 00:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314619#M85367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-07T00:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314620#M85368</link>
      <description>You should read the table to count the number of records by FK (using tAggregateRow) and then join the results to your main data flow using tMap where you can construct the PaymentDesc. There is no need for globalMap.</description>
      <pubDate>Thu, 07 Jul 2011 01:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314620#M85368</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-07-07T01:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314621#M85369</link>
      <description>Hi alevy, thanks for your suggestion.  I certainly wish I could see what you were visualising but in my attempts to guess, I haven't been successful.  What I'm unclear of is how to get the count for each foreign key and then carry this over into a Map as you suggested.  The problem as I see it is due to the tAggregateRow not carring over the rest of the fields (inside its operations table - component View) without needing to perform a mandatory operation of some kind.   Do I have to iterate over the same tAggregateRow or something similar?  I cannot see how to do this.&lt;BR /&gt;Thanks,&lt;BR /&gt;Lee</description>
      <pubDate>Thu, 07 Jul 2011 06:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314621#M85369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-07T06:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314622#M85370</link>
      <description>Hi 
&lt;BR /&gt;Read all rows from the souce data, link it to a tAggregateRow, gourp by the FK, and get count number of each group, and then output the result to a tJavaRow there store the count number to global variable, FK is the key. For exmaple: 
&lt;BR /&gt;tMysqlInput_1(read FK column)--main--tAggregateRow--main--tJavaRow 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tMysqlInput_2(read PK, FK columns)--row3--&amp;gt;tMap--&amp;gt;tLogROW 
&lt;BR /&gt;on tAggregateRow: group by FK, and get the count number of each group 
&lt;BR /&gt;on tJavaRow: 
&lt;BR /&gt;globalMap.put("FK", input_row.count); 
&lt;BR /&gt;In the expression of output table of tMap: 
&lt;BR /&gt;"Payment No."+Numeric.sequence(row3.FK, 1,1)+" of "+(Integer)globalMap.get("FK") 
&lt;BR /&gt;Let me know if you still have any troubles. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 07 Jul 2011 08:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314622#M85370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-07T08:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314623#M85371</link>
      <description>To whom do I send the Champagne and flowers? 
&lt;BR /&gt;It worked. 
&lt;BR /&gt;Thank you shong. 
&lt;BR /&gt;Sincere respects, 
&lt;BR /&gt;Lee 
&lt;BR /&gt;ps - It was tJavaRow that was missing from my original attempt. Thanks again, shong.</description>
      <pubDate>Fri, 08 Jul 2011 00:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314623#M85371</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-08T00:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314624#M85372</link>
      <description>Hi 
&lt;BR /&gt;Glad to hear that! 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;To whom do I send the Champagne and flowers?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Good question, maybe we could add a new feature to forum!~ 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 08 Jul 2011 04:25:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314624#M85372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-08T04:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314625#M85373</link>
      <description>HI,&lt;BR /&gt;i have task , i need to get count of an input table and compare this count with output table count ,if there is an difference in count that diff need to be displayed in the output file (any file txt,doc,excel) .if no diff found display no diff found, im very new to Talend, so please guide me on this. thanks in advance.</description>
      <pubDate>Thu, 12 Dec 2013 11:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314625#M85373</guid>
      <dc:creator>TamilM</dc:creator>
      <dc:date>2013-12-12T11:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314626#M85374</link>
      <description>Hi tamil19mynthan,&lt;BR /&gt;Could you open a new forum for your topic? &lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 13 Dec 2013 07:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314626#M85374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-13T07:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314627#M85375</link>
      <description>hi ,
&lt;BR /&gt;i am create a file to delete last three row in talend. I can use following statement for count the number of rows in table:
&lt;BR /&gt;((Integer)globalMap.get("tMysqlInput_1_NB_LINE"))
&lt;BR /&gt;but i get null value in table.</description>
      <pubDate>Fri, 16 Oct 2015 11:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314627#M85375</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T11:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314628#M85376</link>
      <description>hi&lt;BR /&gt;how to get no of rows in the tmssqloutput?</description>
      <pubDate>Thu, 31 Dec 2015 09:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314628#M85376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-31T09:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314629#M85377</link>
      <description>Hi nsriharsha15, 
&lt;BR /&gt;Usually, 
&lt;FONT size="2"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri"&gt; Nb_LINE&amp;nbsp; is used to count the total number of records have been proceed.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri"&gt;When inserted item is choosen, there will be a global variale such as ((Integer)globalMap.get("tMysqlOutput_1_NB_LINE_INSERTED"))will be avaible, which counts the total number of records have been inserted into database.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri"&gt;The same to updated, deleted items.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT color="#000000"&gt;&lt;FONT face="Calibri"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDl6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154037iA7E61A74EDB8990F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDl6.png" alt="0683p000009MDl6.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 04 Jan 2016 02:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314629#M85377</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-04T02:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314630#M85378</link>
      <description>Hi, i have 200 jobs ,i need &amp;nbsp;find row count,retrieved records,updated records &amp;nbsp;and job &amp;nbsp;componentst to each job
&lt;BR /&gt;I need to joblet a to get the info about all jobs
&lt;BR /&gt;Is there any way to &amp;nbsp;create a joblet to &amp;nbsp;jobs.&amp;nbsp;
&lt;BR /&gt;Using NB_LINES</description>
      <pubDate>Mon, 04 Apr 2016 14:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314630#M85378</guid>
      <dc:creator>sasi8008</dc:creator>
      <dc:date>2016-04-04T14:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314631#M85379</link>
      <description>hi,
&lt;BR /&gt;how do i print ((Integer)globalMap.get("tJDBCInput_1_NB_LINE"));
&lt;BR /&gt;regards,
&lt;BR /&gt;sagar jadhav.</description>
      <pubDate>Tue, 14 Jun 2016 11:47:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314631#M85379</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-14T11:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314632#M85380</link>
      <description>Hi, 
&lt;BR /&gt;You can use tfixedflow component to print&amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;((Integer)globalMap.get("tJDBCInput_1_NB_LINE")) into console.&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD3P.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151307iDCE54384240BADB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD3P.png" alt="0683p000009MD3P.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 15 Jun 2016 09:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314632#M85380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-15T09:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314633#M85381</link>
      <description>How do I get a column count that is visible in the talend run console and move that to an email with some formatting? I am using GPLoad, and I see the row counts for insert/delete/update/error within the log file. My problem is that even with the errors, the job completes successfully (though no records are inserted), and there is no notification for me to know this was a failed job. &amp;nbsp;When I go back and take a look at the logs, I see the Error/insert/update counts, but it is a manual process for me. What I would like is to get the console message into email as an alert to particular list of users in case of job has not successfully added rows in the run. 
&lt;BR /&gt;So far, I have tried a tFileRowCount for the input csv file for gpload, and a select count(*) from target table, exporting that to a csv and running a binary tally between the two of them using tFileCompare, tAssert to throw up the match/mismatch, then tSendEmail.&amp;nbsp; 
&lt;BR /&gt;tfileinput(raw file used in gpload) -- tgpload--tgpinput (select count(*)) -- tfileoutputdelimited (2) 
&lt;BR /&gt;| 
&lt;BR /&gt;tFileRowCount--(raw file+ (2)) 
&lt;BR /&gt;| 
&lt;BR /&gt;tfilecompare --tassert - tsendmail 
&lt;BR /&gt;I feel like I am adding extra steps. Please help me.. 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;</description>
      <pubDate>Wed, 15 Mar 2017 20:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314633#M85381</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-03-15T20:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314634#M85382</link>
      <description>&lt;P align="LEFT"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Hi&amp;nbsp;N00biETL,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;&amp;nbsp;The tFlowMeterCatcher component&amp;nbsp;catches the processing volumetric from the&amp;nbsp;tFlowMeter&amp;nbsp;component and passes them on to the output component.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;You can use it in your work flow and send the number to you by using tsendmail component.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2017 08:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314634#M85382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-16T08:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314635#M85383</link>
      <description>Using tWriteXML component I am able to get this Output 
&lt;BR /&gt;---------------------------------- 
&lt;BR /&gt;&amp;lt;Contact&amp;gt; 
&lt;BR /&gt;&amp;lt;row no="1"&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Name="Daouda Doumbia"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Email="test1@test1.com""&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL First_Name="Daouda"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Last_Name="Doumbia"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Phone="00001"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Area="509"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;lt;/row&amp;gt; 
&lt;BR /&gt;&amp;lt;row no="2"&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Name="Zamantungwa Sikosana"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Email="test@test1.com"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL First_Name="Zamantungwa"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Last_Name="Sikosana"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Phone="0"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;FL Area="(NULL)"&amp;gt;&amp;lt;/FL&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;lt;/row&amp;gt; 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;/Contact&amp;gt; 
&lt;BR /&gt;------------------------------------------ 
&lt;BR /&gt;But desired output is something like this 
&lt;BR /&gt;------------------------------------------ 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;Contacts&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;row no="1"&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;FL val="First Name"&amp;gt;Scott&amp;lt;/FL&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;FL val="Last Name"&amp;gt;James&amp;lt;/FL&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;FL val="Email"&amp;gt;test@test.com&amp;lt;/FL&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;FL val="Department"&amp;gt;CG&amp;lt;/FL&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;FL val="Phone"&amp;gt;989898988&amp;lt;/FL&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;FL val="Fax"&amp;gt;99999999&amp;lt;/FL&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;FL val="Mobile"&amp;gt;99989989&amp;lt;/FL&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;FL val="Assistant"&amp;gt;John&amp;lt;/FL&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;/row&amp;gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="2"&gt;&lt;FONT face="" open="" sans=""&gt;&amp;lt;/Contacts&amp;gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;------------------------------------ 
&lt;BR /&gt;Is it possible to get this kind of output using any XML component or i have to write java code? 
&lt;BR /&gt;I am attaching my job design. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Gulshan</description>
      <pubDate>Tue, 04 Apr 2017 08:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314635#M85383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-04T08:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Getting a row count before counting the rows.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314636#M85384</link>
      <description>Hi&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Gulshan,&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;We can not see your job design on forum. Could you please attach it again?&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 05 Apr 2017 10:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Getting-a-row-count-before-counting-the-rows/m-p/2314636#M85384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-05T10:22:36Z</dc:date>
    </item>
  </channel>
</rss>

