<?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 Not able to get the count from database table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-get-the-count-from-database-table/m-p/2360204#M124837</link>
    <description>&lt;P&gt;Hi ,&lt;BR /&gt;&amp;nbsp;I want to know the count of database table once data is loaded into database table.&lt;BR /&gt;here is my workflow:&lt;BR /&gt;&lt;BR /&gt;tFileInputExcel--&amp;gt;tMap--&amp;gt;tOracleOutputBulExec&lt;BR /&gt;&lt;BR /&gt;|&lt;BR /&gt;trigger--if subJob Ok&lt;BR /&gt;|&lt;BR /&gt;tJava (here I want to know the count of excel sheet and the database table and will store into 2 context variables separately and then I will put a RunIf condition (if both variable match then execute the next process otherwise send an email stop the process)&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I am able to get the count of excel sheet "((Integer)globalMap.get("tFileInputExcel_1_NB_LINE"))"&lt;BR /&gt;but not able to get the count of database table ( I tried OracleRow and wrote a query "select count(*) from db_table" but getting null in the global variable "((Integer)globalMap.get("tOracleRow_1_NB_LINE_INSERTED"))"&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Can you please assist.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rakesh D&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2016 13:51:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-12T13:51:09Z</dc:date>
    <item>
      <title>Not able to get the count from database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-get-the-count-from-database-table/m-p/2360204#M124837</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;&amp;nbsp;I want to know the count of database table once data is loaded into database table.&lt;BR /&gt;here is my workflow:&lt;BR /&gt;&lt;BR /&gt;tFileInputExcel--&amp;gt;tMap--&amp;gt;tOracleOutputBulExec&lt;BR /&gt;&lt;BR /&gt;|&lt;BR /&gt;trigger--if subJob Ok&lt;BR /&gt;|&lt;BR /&gt;tJava (here I want to know the count of excel sheet and the database table and will store into 2 context variables separately and then I will put a RunIf condition (if both variable match then execute the next process otherwise send an email stop the process)&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;I am able to get the count of excel sheet "((Integer)globalMap.get("tFileInputExcel_1_NB_LINE"))"&lt;BR /&gt;but not able to get the count of database table ( I tried OracleRow and wrote a query "select count(*) from db_table" but getting null in the global variable "((Integer)globalMap.get("tOracleRow_1_NB_LINE_INSERTED"))"&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Can you please assist.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rakesh D&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 13:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-get-the-count-from-database-table/m-p/2360204#M124837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-12T13:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to get the count from database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Not-able-to-get-the-count-from-database-table/m-p/2360205#M124838</link>
      <description>t&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;OracleRow will not return you the count. Please use tOracleInput instead to get the count of records from the database.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 12 Oct 2016 14:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Not-able-to-get-the-count-from-database-table/m-p/2360205#M124838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-12T14:04:23Z</dc:date>
    </item>
  </channel>
</rss>

