I am trying to read a Double data-type value from a JSON payload using the property mediator.
<property expression="json-eval($.totalPrice)" name="TOTAL_PRICE" scope="default" type="DOUBLE"/>
But I get the following error:
Unknown type : DOUBLE for the property mediator or the property value cannot be converted into the specified type. java.lang.NumberFormatException: empty String
How can I get its value?