Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to get the nb_line of my tdbinput component, but ((Integer)globalMap.get("tDBInput_1_NB_LINE")) is printing null. There are records being pulled out of database but unable tio get its nbline.pls help me find a solution
Did you checking the nbline value after a OnComponentOK or OnSubjobOK? What is your job design?
I tried two ways.
1. I have added tjava through onComponentOk from tOracleInput and tried to read nbvalue..it is null
2. I have added tflowtoiterate after toracleinput and tried to fetch tflowtoiterate count, it was null again.
I am trying to read data and iterate on it to create batches to send for processing.