Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can anyone tell how to get no of records fetched from source and inserted in to target even when any exception occurs.
Usually, we use Nb_LINE is used to count the total number of records have been proceed.
When inserted item is choosen, there will be a global variale such as ((Integer)globalMap.get("t<DB>Output_1_NB_LINE_INSERTED")) will be avaible, which counts the total number of records have been inserted into database.
Best regards
Sabrina
Hi balamPrasanthi,
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 ((Integer)globalMap.get("t<DB>Output_1_NB_LINE_INSERTED"))?(tfixedflow-->tlogrow to print the no of processing data out console directly)?
Best regards
Sabrina
Hi chaitanya77,
What's kind of indication do you want to get? Could you please elaborate your case with an example with expected output values?
Best regards
Sabrina