Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to process the message based on the Type. If the incoming XML is "New" Type then different path and if it is "Delete" then it should go in another path. I am trying to achieve this using tMap but not working.
Can you tell me how to achieve?
Thanks
Thanks,
Sam
What you are doing is correct. in Talend, but not in java. Lookup how to compare two strings in java and you will have your answer.
What you are doing is correct. in Talend, but not in java. Lookup how to compare two strings in java and you will have your answer.
Thank you so much! used .equals() method and solved the issue.
Many Thanks,
Sam