Skip to Content
1
Dec 07, 2020 at 09:44 AM

CPI - XML to JSON Convertor issue with null values

1951 Views

Hi Experts,

I have a requirement where I need to pass the null value to salesforce without double quotes.But XML to JSON convertor by default adding double quotes for all the values.

I want the output JSON to be in this format only for null and boolean values.

"ProductId":null

"IsActive" : True

Please let me know how to handle this in CPI.

Regards,

Karthiga