Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Talend experts
I was wondering if it is possible to join on ID having NULL values.
My tMap is failing and receiving Nullpointerexception.
I am doing something like this:
ID in row4 is NULL which I am trying to join with row1 Account__c. There is no way I can skip those Null values in row4.
Can someone suggest some solution by which I can avoid this situation?
Thanks
Harshal.
@Parikhharshal, it is not problem with the join columns ,it is problem the expression if you have written to any output column,which need to be handle nulls fist and then expression.
Hi,
Could you please share the job flow and the error log you are getting? The issue root cause might be somewhere else in the job.
Warm Regards,
Nikhil Thampi
@Parikhharshal, it is not problem with the join columns ,it is problem the expression if you have written to any output column,which need to be handle nulls fist and then expression.
@Parikhharshal,what was the error? what was the data type of row4.Unit_start_TP_Num and row4.Year__c?
@Parikhharshal,what was the output field data type?