Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to know how i can call the Count variable in Tjava that comes from the tflowMeterCatcher to display it with System.Output.println....
best regards.
Hi Don't know the details of your job design, however, if you just want to print the count value to the console, use tJavaRow instead of tJava, eg:tFlowMeterCatcher--main--tJavaRow-->...on tJavaRow:System.out.println(input_row.count);RegardsShong