<?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 capture source record count and target record count in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237848#M26144</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Could you pls let me know how do we capture source record count and target record count in a mapping.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks,&lt;/P&gt; 
&lt;P&gt;Durga Devi&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 23:35:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-30T23:35:19Z</dc:date>
    <item>
      <title>How to capture source record count and target record count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237848#M26144</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;Could you pls let me know how do we capture source record count and target record count in a mapping.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;thanks,&lt;/P&gt; 
&lt;P&gt;Durga Devi&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 23:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237848#M26144</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T23:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture source record count and target record count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237849#M26145</link>
      <description>Hi durga5 
&lt;BR /&gt;Which components are you using in the job? Can you please provide more details about your requirement? So we can give you more accurate answers. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 31 May 2017 01:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237849#M26145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-31T01:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture source record count and target record count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237850#M26146</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I am using tsalesforceinput, tmap, toracleoutput component in one mapping. In this case I want to know how many records were read from the salesforce. and how many records were loaded in the database&lt;/P&gt; 
&lt;P&gt;In other mapping I use toracleinput, toraclerow(To do deletion/updation based on the criteria), toracleputput component in another mapping. In this case I want to know how many records were read from the database, how many records were deleted/updated, and how many were written to the database.&lt;/P&gt; 
&lt;P&gt;When I use toraclerow component. there is an option "Use NB_LINE", when I enable this option, is there any extra processing that i need to do&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Durga Devi&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 19:29:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237850#M26146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-31T19:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to capture source record count and target record count</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237851#M26147</link>
      <description>&lt;P&gt;The area in the bottom left corner is called the Outline. &amp;nbsp;You should see a list of the components in your job. &amp;nbsp;If you expand a component's entry by clicking on the "&amp;gt;", you'll see a list of the global variables associated with that component that are available to you.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;tSalesforceInput should have NB_LINE, and tOracleOutput has NB_LINE_UPDATED, NB_LINE_INSERTED, etc.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;According to the&amp;nbsp;&lt;A title="tOracleRow documentation" href="https://help.talend.com/?_ga=2.63732847.119464137.1496234341-450098557.1475001968#/reader/KxVIhxtXBBFymmkkWJ~O4Q/TrKSIbvVDluFyMUQ3A0Zgg" target="_blank" rel="nofollow noopener noreferrer"&gt;tOracleRow documentation&lt;/A&gt;, Use NB_LINE &lt;EM&gt;"allows you feed the variable with the number of rows inserted/updated/deleted to the next component or subjob. This field only applies if the query entered in &lt;SPAN class="emphasis"&gt;&lt;STRONG&gt;Query&lt;/STRONG&gt;&lt;/SPAN&gt; field is a INSERT, UPDATE or DELETE query."&amp;nbsp;&lt;/EM&gt;I'm not sure if that means it propagates the value of that variable as the output flow of the component.&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 20:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-capture-source-record-count-and-target-record-count/m-p/2237851#M26147</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-05-31T20:49:14Z</dc:date>
    </item>
  </channel>
</rss>

