Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Reg: How to capture no.of insert,update and delete for a table in TIS

Hi All,
The option of capturing total no.fo records affected in TIS is available. I want to capture how many no.of records inserted, updated and deleted for a particular table through TISEE 3.2.3. Is there any metadata table supported by Talend to capture these statistics information at table level. Also in my designer window I can see no.of records inserted into a table/sec, when I check statistics option while executing a job. How can I capture these information into a table.
Thanks
Najeeb
Labels (2)
10 Replies
Anonymous
Not applicable
Author

These global variables can be accessible in next subjob, for example:
tFileInputDelimited--main--tOracleOutpu
   |
onsubjobok
    |
tJava
on tJava, you can access these global variables to populate the total numbers of inserted/updated/deleted rows.
Shong