Tuesday, January 13, 2015

How to get number of rows in my job

Let say, I have an input table component and I want to know the number of rows of that,
So I can use below syntax to get that- 
 
((Integer)globalMap.get("tMysqlInput_1_NB_LINE"));
 
Note: This code is only works OnComponentOk trigger. 

No comments:

Post a Comment