<?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: tFileRowCount Count Rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254492#M37483</link>
    <description>Actually you can also use the global variable of your file component 
&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, 06 Mar 2008 17:47:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-03-06T17:47:17Z</dc:date>
    <item>
      <title>tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254489#M37480</link>
      <description>&lt;P&gt;Greetings,&lt;BR /&gt;How can I use this component? tFileRowCount, I can not find description anywhere.&lt;BR /&gt;How can I count rows in a file?&lt;BR /&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 14:26:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254489#M37480</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254490#M37481</link>
      <description>you can do this</description>
      <pubDate>Thu, 06 Mar 2008 17:12:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254490#M37481</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-06T17:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254491#M37482</link>
      <description>Thank you. I have also found that I can use tAggregateRow to count rows.</description>
      <pubDate>Thu, 06 Mar 2008 17:42:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254491#M37482</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-06T17:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254492#M37483</link>
      <description>Actually you can also use the global variable of your file component 
&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, 06 Mar 2008 17:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254492#M37483</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-06T17:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254493#M37484</link>
      <description>Global Variable returns zero records. I have to add a row count after all of the processing has been done. OATS_REPORT is the same file, and the data is being appended there. I don't know what I am doing wrong</description>
      <pubDate>Thu, 06 Mar 2008 20:40:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254493#M37484</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-06T20:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254494#M37485</link>
      <description>If I understand your need, you want to know the number of lines in the file written by tFileOutputDelimited right after the tUnite. My advise is to use a tFlowMeter between tUnite and tFileOutputDelimited and to use its global variable NB_LINE.</description>
      <pubDate>Thu, 06 Mar 2008 23:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254494#M37485</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-06T23:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254495#M37486</link>
      <description>Yes, you correctly understand what I want.
&lt;BR /&gt;By some lucky coincidence I was able to arrive to the configuration that was able to give me what I wanted. I don't fully understand why it works, but it does.
&lt;BR /&gt;Thank You</description>
      <pubDate>Thu, 06 Mar 2008 23:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254495#M37486</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-06T23:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254496#M37487</link>
      <description>For your information, tAggregateRow is not the most optimized component to perform a row count operation. The solution I gave would avoid to read the generated file once again.</description>
      <pubDate>Thu, 06 Mar 2008 23:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254496#M37487</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-03-06T23:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254497#M37488</link>
      <description>Hello,
&lt;BR /&gt;I used tFileRowcount -&amp;gt; tFixedFlowInput -&amp;gt; tLogRow to get the number of lines of a CSV File.
&lt;BR /&gt;I want to use this result for a max_number in a loop, but I don't know how to call it.
&lt;BR /&gt;In the TFixedFlowInput I have Column = linenumber, Value = ((Integer)globalMap.get("tFileRowCount_1_COUNT")).
&lt;BR /&gt;Is linenumber the global variable ? how do I call a global variable in a loop?
&lt;BR /&gt;Thank you very much ?</description>
      <pubDate>Thu, 22 Oct 2009 20:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254497#M37488</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-22T20:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254498#M37489</link>
      <description>Hello 
&lt;BR /&gt;You can set this global var ((Integer)globalMap.get("tFileRowCount_1_COUNT")) as max_number directly in a loop.eg: 
&lt;BR /&gt;tFileRowCount 
&lt;BR /&gt; | 
&lt;BR /&gt;onsubjobok 
&lt;BR /&gt; | 
&lt;BR /&gt;tLoop--iterate--&amp;gt;do another transaction 
&lt;BR /&gt;On tLoop, set 'to' field as: ((Integer)globalMap.get("tFileRowCount_1_COUNT")) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Fri, 23 Oct 2009 02:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254498#M37489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-23T02:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254499#M37490</link>
      <description>Hai ,&lt;BR /&gt;I tried tfilerowcount (onsubjob ok)--&amp;gt; tfileinput delimited (main)--&amp;gt; tlogrow&lt;BR /&gt;The job is running successfully but i dont see the output in tlogrow.Should there be some specifications made to get the output of count of file.</description>
      <pubDate>Mon, 06 Sep 2010 06:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254499#M37490</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-09-06T06:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254500#M37491</link>
      <description>Hi
&lt;BR /&gt;While I use the tFileRowCount component to display the row count, its giving error.
&lt;BR /&gt;tFileRowCount (main)--&amp;gt; TLogRow
&lt;BR /&gt;Can anybody please explain how to get the total number of rows in a file using this component?</description>
      <pubDate>Thu, 12 Jan 2012 09:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254500#M37491</guid>
      <dc:creator>karthikj18</dc:creator>
      <dc:date>2012-01-12T09:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254501#M37492</link>
      <description>Hi friends how do i get the total number of rows in each column and what is the missing% in each column ..</description>
      <pubDate>Mon, 02 Sep 2013 06:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254501#M37492</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-02T06:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254502#M37493</link>
      <description>Hi anigotiyara, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi friends how do i get the total number of rows in each column and what is the missing% in each column ..&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;what's your scenario? If you process with a column of file, you can use "Nb_LINE" to count the total number of records have been proceed. 
&lt;BR /&gt;let me explain it more detail, if you are executing an operation "Insert data into tmysqloutput", and this option is set to Inserted, a global variable ((Integer)globalMap.get("tMysqlOutput_NB_LINE_INSERTED")), will counts the total number of records have been inserted. 
&lt;BR /&gt; More information of requirement will be preferred. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 02 Sep 2013 07:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254502#M37493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-02T07:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254503#M37494</link>
      <description>It sounds like you want to do data profiling.  You should look at TOS DQ.</description>
      <pubDate>Tue, 03 Sep 2013 13:13:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254503#M37494</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2013-09-03T13:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254504#M37495</link>
      <description>Hi ,&lt;BR /&gt;&amp;nbsp; My file is in S3. How do i get the count of records from the S3 file and load the record count to a table in Redshift?&lt;BR /&gt;Need Help.&lt;BR /&gt;Cheers,&lt;BR /&gt;mk</description>
      <pubDate>Sun, 01 May 2016 15:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254504#M37495</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-05-01T15:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254505#M37496</link>
      <description>I need to read the output file name &amp;nbsp;from tfileoutputdelimited like path context.Output_Path+"/"+"MART_PTNT_PRFL_LAB_"+TalendDate.getDate("CCYYMMDDhhmmss")+".dat" ..
&lt;BR /&gt;After I need to create control file
&lt;BR /&gt;I need to create a control File&amp;nbsp; which has file name of above and Count the no of lines
&lt;BR /&gt;Ex:&amp;nbsp; filename.ctl
&lt;BR /&gt;Inside data should like below&amp;nbsp;
&lt;BR /&gt;filename|xxx(count)</description>
      <pubDate>Thu, 21 Jul 2016 12:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254505#M37496</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T12:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254506#M37497</link>
      <description>Hi&amp;nbsp;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;sai8166&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;,&lt;BR /&gt;What does your current job design look like?&lt;BR /&gt;For your job requirement, could you please elaborate your case with an example with input and expected output values?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 22 Jul 2016 10:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254506#M37497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T10:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254507#M37498</link>
      <description>I am very new to talend. Currently, I am using Talend for big data 6.2. Now, I have simple scenario to get the record count coming from xml file.</description>
      <pubDate>Tue, 03 Jan 2017 06:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254507#M37498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: tFileRowCount Count Rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254508#M37499</link>
      <description>Hi&amp;nbsp;&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;VISsu,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;For your requirement, could you please elaborate your case with an example with input and expected output values?&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>Tue, 03 Jan 2017 07:55:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileRowCount-Count-Rows/m-p/2254508#M37499</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-03T07:55:27Z</dc:date>
    </item>
  </channel>
</rss>

