Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I'm using enterprise version
Using tmap for setting up two outputs with different conditions.
When I use row1.country =="OP" in first output and row1.country !="OP" in second output
All records comes out in second output when data comes from input source with value "PO" --Correct
All records comes out in second output also when data comes from input source with value "OP" ---Why ?
--------------------
When I use !row1.countryOfRegistration.equals("OP") in first output and row1.countryOfRegistration.equals("OP") in second output
All works fine
Is there any difference between them while using...or am missing something ?
Thanks!!
"OP".equals(row1.country)
"OP".equals(row1.country) == false