Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a trouble in a tMap when i am trying to map with a left join and compare after the value of the key to update or insert.
the problem is the key is a number, and Talend cast it in int rather than Integer so it's value can't be null.
How can i cast it in Integer knowing that's it's just the output of DBinputcomponent, i don t see any options.
Fwandz wrote:
if=null works with integer and not with int.
But if i want an integer i have to cross the nullable case which is kind of problematic as a primary key value, and it will change my value in-built