Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Because I use tRunJob I want to see progress of my child job. So I thought adding some java code into some tJavaRow with something like System.out.println, ....
Can someone help me here?
Thank you.
hi for example if you are using tmysqlinput or any component u can find number of line option in global variables by that u can print how many rows are passing
eg :
System.out.println(((Integer)globalMap.get("tMysqlInput_1_NB_LINE")));
find the attachment.
is this solution correct ?
Not exactly, it just show me whole number of rows it reads:
But I want to show for example one line every 1000 rows it reads.
Hello,
The tFlowMeterCatcher component catches the processing volumetric from the tFlowMeter component and passes them on to the output component.
Could you please have a look at this component reference about:TalendHelpCenter:tFlowMeterCatcher.
Feel free to let us know if it is OK with you.
Best regards
Sabrina