java.lang.NumberFormatException null Import Mapping Rest

0
Hi All, I am trying to consume a rest service where i can pass my request using export json mapping  and response JSON is mapped via an Import mapping. In the response I receive i get a null value for Decimal Attribute . I tried using a Conversion microflow for that particular attribute in the import mapping but that microflow is not getting triggered when value comes as Null or empty. Kindly let me know some inputs Thanks in advance.  
asked
1 answers
0

Parse the value first as string. Then use the parsedecimal function to create the decimal skipping the null values.

Regards,

Ronald

 

answered