Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hey, i am new with talend. recently i m working with tflowtoiterate component, what i m doing is
tFileInputDelimited --> tflowtoiterate -run if -> tJava
i have put a condition on if run that ((Integer)globalMap.get("row2.ID")) == 15
and when if condition met show data on console with the help of tJava but it is not working (showing false at if run)
but when i put last row id value in condition it shows true and display data too.
plz tell me where i m wrong and how to do it.