Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i want to log the inserted counts of timpalaload component , how can i log the count ?
job design as below
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"));
Best regards
Aiming