<?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: How to get the rowcount when an exception occurs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290851#M64092</link>
    <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;can anyone tell how to get no of records fetched from source and inserted in to target even when any exception occurs.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Do you mean the no of&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;records&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;fetched from source&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;and inserted in to target before an exception occurs?(When an exception occurs, the job will stop and there is no processing data)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;Usually, we use Nb_LINE&amp;nbsp; is used to count the total number of records have been proceed.&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;&amp;nbsp;When inserted item is choosen, there will be a global variale such as ((Integer)globalMap.get("t&amp;lt;DB&amp;gt;Output_1_NB_LINE_INSERTED")) will be avaible, which counts the total number of records have been inserted into database.&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;Best regards&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;Sabrina&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jun 2016 04:02:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-23T04:02:54Z</dc:date>
    <item>
      <title>How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290848#M64089</link>
      <description>Hi,
&lt;BR /&gt;I have a requirement where i have to get rowcount even when an exception occurs in the middle of the job
&lt;BR /&gt;I have used NB_Line global variable to get no of records from tMongodbinput component,but it is working fine only when no exception occurs.when any exception occurs during the execution of job, records are getting transferred to target but rowcount is showing NULL.
&lt;BR /&gt;Can anyone tell how to get rowcount when exception occurs during execution of job.
&lt;BR /&gt;Thanks in Advance,
&lt;BR /&gt;Prasanthi B.</description>
      <pubDate>Sat, 16 Nov 2024 10:34:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290848#M64089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290849#M64090</link>
      <description>Hi,
&lt;BR /&gt;Usually, we use&amp;nbsp;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFlowMeterCatcher to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;catch the processing volumetric from the&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;tFlowMeter&lt;B&gt;&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;component and passes them on to the output component.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Flow Meter table can&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;record the number of rows processed in the defined flow(prerequisite: you have to use tFlowMeter in your job).&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Please take a look at this component reference with scenarios.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Let us know if it is OK with you.&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, 22 Jun 2016 04:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290849#M64090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T04:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290850#M64091</link>
      <description>Hi,
&lt;BR /&gt;Thanks for the reply.
&lt;BR /&gt;I tried using with tFlowMeter and tFlowMeterCatcher in the job, but it is working fine when no exception occurs.
&lt;BR /&gt;when any mongoDB exception occurs in the job records have been processed to target but cant able to get count of records moved to target before exception occurs.
&lt;BR /&gt;can anyone tell how to get no of records fetched from source and inserted in to target even when any exception occurs.
&lt;BR /&gt;Please find the attached screenshots of the job.
&lt;BR /&gt;Thanks in Advance,
&lt;BR /&gt;Prasanthi B.</description>
      <pubDate>Wed, 22 Jun 2016 07:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290850#M64091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-22T07:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290851#M64092</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;can anyone tell how to get no of records fetched from source and inserted in to target even when any exception occurs.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Do you mean the no of&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;records&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;fetched from source&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;and inserted in to target before an exception occurs?(When an exception occurs, the job will stop and there is no processing data)&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;Usually, we use Nb_LINE&amp;nbsp; is used to count the total number of records have been proceed.&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;&amp;nbsp;When inserted item is choosen, there will be a global variale such as ((Integer)globalMap.get("t&amp;lt;DB&amp;gt;Output_1_NB_LINE_INSERTED")) will be avaible, which counts the total number of records have been inserted into database.&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;Best regards&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;Sabrina&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 04:02:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290851#M64092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T04:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290852#M64093</link>
      <description>Hi,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;Yes,Before an exception occurs how many records have been fetched from source and inserted into target in the job.&lt;BR /&gt;Rowcount (fetch count and insert count) is getting successfully with NB_Line global variable only when no exception occurs ,but any exception occurs during the execution of the job then unable to get no of records have been fetched from source and inserted into target.&lt;BR /&gt;Kindly help me.&lt;BR /&gt;Thanks,&lt;BR /&gt;Prasanthi B.</description>
      <pubDate>Thu, 23 Jun 2016 07:12:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290852#M64093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T07:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290853#M64094</link>
      <description>Hi xdshi
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;This is same&amp;nbsp;scenario&lt;/FONT&gt;&lt;FONT size="2"&gt;&amp;nbsp;with me. By the time exception occurs, some records are being&amp;nbsp;transferred. There is no&amp;nbsp;indication of those records that&amp;nbsp;transferred as well as fetched from&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;((Integer)globalMap.get("t&amp;lt;DB&amp;gt;Output_1_NB_LINE_INSERTED")) and&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="1"&gt;((Integer)globalMap.get("t&amp;lt;DB&amp;gt;Input_1_NB_LINE")).&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 23 Jun 2016 07:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290853#M64094</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-06-23T07:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290854#M64095</link>
      <description>&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Hi&amp;nbsp;balamPrasanthi,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Would you mind posting your current job design screenshot into forum? Did you try to get the row count in a standalone subjob by using this&amp;nbsp;((Integer)globalMap.get("t&amp;lt;DB&amp;gt;Output_1_NB_LINE_INSERTED"))?(tfixedflow--&amp;gt;tlogrow to print&amp;nbsp;the no of processing data out console directly)?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BR /&gt;
&lt;P align="LEFT"&gt;&lt;FONT size="2"&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="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290854#M64095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T08:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290855#M64096</link>
      <description>&lt;P align="LEFT"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Hi&amp;nbsp;chaitanya77,&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;What's kind of indication do you want to get?&amp;nbsp;Could you please elaborate your case with an example with expected output values?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2016 08:48:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290855#M64096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T08:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290856#M64097</link>
      <description>Hi xdshi, 
&lt;BR /&gt;In my case, I transfer records from source mongoDB and destination MSSql. If I have 100 records in source(mongoDB) and I try to move them to destination, and let 40th record is corrupted record which throws exception. By the time 40th record being processed already 39 records are transferring to destination(MSSql). At 40th record only tMongoInput is throwing exception and job stops, by the time which already 39 records getting transferred.Now when I trying to get the values from&amp;nbsp;((Integer)globalMap.get("tMongoDBOutput_1_NB_LINE")) it is giving null value.But if I check destination 39 records are present.</description>
      <pubDate>Thu, 23 Jun 2016 10:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290856#M64097</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-06-23T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290857#M64098</link>
      <description>Hi xdshi, 
&lt;BR /&gt;Thanks for the quick reply. 
&lt;BR /&gt;Please find the below screenshots of the job and the console log when exception occurs during execution of job. 
&lt;BR /&gt;We used NB_Line global variable in tjava component.When job ran successfully, records are successfully moved to target and records count is successfully getting by this ((Integer)globalMap.get("tMongoDBInput_1_NB_LINE")) and&amp;nbsp;((Integer)globalMap.get("tMongoDBOutput_1_NB_LINE"))&amp;nbsp;global varaiables in the job. 
&lt;BR /&gt;But when any mongo exception occurs due to improper data,records are successfully moved to target but how many records fetched from source and inserted into target are not getting by this global variables before the exception occurs. 
&lt;BR /&gt;Can you please tell me the solution in finding the recordscount(how many records fetched from source and inserted into target before exception). 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Prasanthi B.</description>
      <pubDate>Thu, 23 Jun 2016 10:27:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290857#M64098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the rowcount when an exception occurs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290858#M64099</link>
      <description>&amp;nbsp; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/385836/blob_20160623-0204.png" target="_blank"&gt;&amp;nbsp;&lt;/A&gt;Please find the below screenshots. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/385836/blob_20160623-0206.png" target="_blank"&gt;&amp;nbsp;&lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/385836/blob_20160623-0205.png" target="_blank"&gt;&amp;nbsp;&lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/385836/blob_20160623-0204.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MENZ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131590iCCED932794FD4D30/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MENZ.png" alt="0683p000009MENZ.png" /&gt;&lt;/span&gt;&amp;nbsp; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/385836/blob_20160623-0205.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MENe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133503i2F321C34CE595CAE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MENe.png" alt="0683p000009MENe.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/385836/blob_20160623-0206.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MENj.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149789iBB58DBCB69181D3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MENj.png" alt="0683p000009MENj.png" /&gt;&lt;/span&gt;&lt;/A&gt;&amp;nbsp; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/385836/blob_20160623-0208.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MENo.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133930i4339CF329699E413/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MENo.png" alt="0683p000009MENo.png" /&gt;&lt;/span&gt; &lt;/A&gt;</description>
      <pubDate>Thu, 23 Jun 2016 10:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-rowcount-when-an-exception-occurs/m-p/2290858#M64099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-23T10:32:56Z</dc:date>
    </item>
  </channel>
</rss>

