<?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: Unable to get the row count in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259108#M40692</link>
    <description>&lt;P&gt;Thank you Guys! I got the number of lines in the console.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 06:37:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-02-13T06:37:30Z</dc:date>
    <item>
      <title>Unable to get the row count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259105#M40689</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am new in the Talend and trying below scenario.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Scenario&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;Read CSV file and after reading the file print number of lines in the file. Output in console. Should be done in 3 components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;for this I am using below components&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;tFileInputDelimited --&amp;gt; tFileRowCount --&amp;gt; tFileOutputDelimited&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Output in console&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;getting rows but no count at the end.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me to sort out this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259105#M40689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get the row count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259106#M40690</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As you're reading in the file in the tFileInputDelimted component, after the output, you can get the row count by querying the NB_LINES component variable for either the input or output components , connect a tJava AFTER both with an "OnSubjobOK" and you should have access to it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 12:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259106#M40690</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2019-02-12T12:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get the row count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259107#M40691</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;tFileRowCount - independent component and really not needed in this chain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you just need add tJava (OnSubJobOk or OnComponentOk) with code:&lt;/P&gt;&lt;PRE&gt;System.out.println(((Integer)globalMap.get("tFileOutputDelimited_1_NB_LINE")));&lt;/PRE&gt;&lt;P&gt;same for tFileInputDelimited (good if used filter - count IN - count Out)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 12:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259107#M40691</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2019-02-12T12:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to get the row count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259108#M40692</link>
      <description>&lt;P&gt;Thank you Guys! I got the number of lines in the console.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 06:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unable-to-get-the-row-count/m-p/2259108#M40692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-13T06:37:30Z</dc:date>
    </item>
  </channel>
</rss>

