Question

I want to correct the datatypes of all of my input field values ?

  • 14 September 2023
  • 1 reply
  • 17 views

Userlevel 2

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


1 reply

Userlevel 5
Badge +1

@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