Skip to main content

I WANT TO WRITE ALL THE FIELD VALUES THAT CONTAINS Blank Values INTO NULL 
I used these expression for to write specific one field = field ${str:length(record:value('/VENDOR_NAME_ALT')) != 0 ? record:value('/VENDOR_NAME_ALT') : 'null'}



but i want to use all  fields  that contains blank values means feed with  NULL . 
any other processor can replace these scenario

@lakshmi_narayanan_t 

Kindly try the below code snippet and check if it helps and let me know if you are having any issues.

 

 

Thanks & Regards

Bikram_


Reply