Hi Experts,
In my HCI iFlow I'm using the XML to JSON Converter. It works fine for String values however for integer values it also puts quotes around the value. For example: {"Value":"20161212"}
However what I need is: {"Value":20161212} i.e. without the quotes around the integer value.
Is there anyway I can remove these quotes?
Thanks,
Krishneel