<?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 How to output job's data count in log in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287873#M61415</link>
    <description>&lt;P&gt;I want to get data counts in logs, How to get this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:36:08 GMT</pubDate>
    <dc:creator>hzhen</dc:creator>
    <dc:date>2024-11-16T01:36:08Z</dc:date>
    <item>
      <title>How to output job's data count in log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287873#M61415</link>
      <description>&lt;P&gt;I want to get data counts in logs, How to get this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287873#M61415</guid>
      <dc:creator>hzhen</dc:creator>
      <dc:date>2024-11-16T01:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to output job's data count in log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287874#M61416</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Usually, there exists global variable that counts the total number of data are read from data source or written into target applications. Such as:&lt;/P&gt;&lt;P&gt;((Integer)globalMap.get("tDBInput_1_NB_LINE"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please explain what kind of data you want to get the count?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 02:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287874#M61416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-25T02:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to output job's data count in log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287875#M61417</link>
      <description>&lt;P&gt;thanks for your help and support.&lt;/P&gt;&lt;P&gt;eg: A job's input csv file has 10 records. After this job is executed. I want to see the record counts(10) in log file.&lt;/P&gt;&lt;P&gt;can it do this?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 08:03:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287875#M61417</guid>
      <dc:creator>hzhen</dc:creator>
      <dc:date>2020-08-25T08:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to output job's data count in log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287876#M61418</link>
      <description>&lt;P&gt;You can use the global variable ((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE")) while you are using a tFileInputDelimited to read the file, and output the count to a log file. eg:&lt;/P&gt;&lt;P&gt;tFileInputDeliited--main--BABABAA&lt;/P&gt;&lt;P&gt;|onsubjobok&lt;/P&gt;&lt;P&gt;tFixedFlowInput--main--tFileOutputDelimited.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 08:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287876#M61418</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-25T08:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to output job's data count in log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287877#M61419</link>
      <description>&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;((Integer)globalMap.get("tFileInputDelimited_1_NB_LINE"))​&lt;/P&gt;&lt;P&gt;((Integer)globalMap.get("tDBInput_1_NB_LINE"))&lt;/P&gt;&lt;P&gt;That document has what you said？or where is &lt;B&gt;API&lt;/B&gt; document?&lt;/P&gt;&lt;P&gt;​Can you tell me?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 02:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287877#M61419</guid>
      <dc:creator>hzhen</dc:creator>
      <dc:date>2020-08-26T02:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to output job's data count in log</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287878#M61420</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;About the row count using global map variable, please have a look at this component references and related scenario as follows: &lt;A href="https://help.talend.com/reader/vs1hAeYZTvHmWlnU4QEjvA/ZV3jjqm_85vkJCdCDl_uuw" alt="https://help.talend.com/reader/vs1hAeYZTvHmWlnU4QEjvA/ZV3jjqm_85vkJCdCDl_uuw" target="_blank"&gt;TalendHelpCenter: tFileInputDelimited &lt;/A&gt;and &lt;A href="https://help.talend.com/reader/SZ38A55h3ojQJL~paOP16g/4J78Ooj2rC3jJKGO4qKa5w" alt="https://help.talend.com/reader/SZ38A55h3ojQJL~paOP16g/4J78Ooj2rC3jJKGO4qKa5w" target="_blank"&gt;TalendHelpCenter: Using variables in a Job&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Feel free to let us know if it works.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 09:22:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-output-job-s-data-count-in-log/m-p/2287878#M61420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-26T09:22:05Z</dc:date>
    </item>
  </channel>
</rss>

