Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've tried using (Integer)globalMap.get("tHashOutput_1_NB_LINE"), however, I only get the last number or rows it processed.
I've tried using (Integer)globalMap.get("tHashOutput_1_COUNT"), however, I'm getting a null result.
I need to fix the error
“
The hash is not initialized "by adding run-if rows exist for tHashOutput.
Hi
The global variable ((Integer)globalMap.get("tHashOutput_1_NB_LINE")) should be used in next subjob, eg:
tFileInputDelimited--tHashOutput
|onsubjobok
tJava
on tJava, you can use the global variable.
There is no global variable (Integer)globalMap.get("tHashOutput_1_COUNT").
Regards
Shong
Hi @Edith Murillo ,
Can you please elaborate your question and upload your job image ?
Hi
The global variable ((Integer)globalMap.get("tHashOutput_1_NB_LINE")) should be used in next subjob, eg:
tFileInputDelimited--tHashOutput
|onsubjobok
tJava
on tJava, you can use the global variable.
There is no global variable (Integer)globalMap.get("tHashOutput_1_COUNT").
Regards
Shong
Thanks again @Shicong Hong