You are not logged in.
Announcement
Unanswered posts
|
Hi
You might use the expression below.
row1.boolColumn == null?"k": row1.boolColumn.toString()
Regards,
Pedro
Hi,
I am loading my table from SQL SERVER to oracle. I got a boolean field in my input table which is nullable. I map this field to target table as CHAR(1) in oracle. I face problem when the value from input table come as NULL. Can i use any talend function or any logic to convert this NULL values as character (for ex convertiong NULL to "k') . Please provide me your inputs.
Thanks
SUNDARESAN V