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: 
mshafeeq
Contributor III
Contributor III

how to show/log count of inserted records on timpalaload component ?

Hello,

i want to log the inserted counts of timpalaload component , how can i log the count ?

job design as below

0695b00000htDNyAAM.png

Labels (2)
1 Reply
Anonymous
Not applicable

Hello @muhamd shafeeq​ ,

You can add one tJava component with the below java code line to output the count of rows on the flow of 'OnSubjobOK' like the below

System.out.println(globalMap.get("tFileInputDelimited_1_NB_LINE"));

0695b00000htEHcAAM.png 

Best regards

Aiming