i used expression evaluator to give or insert blank record values into Null Values ,how can i achieve this .
this is my incoming data from origin.
these type field had Blank ,but i want to feed Null ..i used this expression:
${str:isNullOrEmpty(record:value('/TYPE_1099'))?NULL:record:value('/TYPE_1099')} but it fails .