Skip to Content
0
Mar 07, 2018 at 07:15 AM

Sender Rest Adapter- Convert XML to JSON - 1.00 value

1194 Views Last edit Mar 07, 2018 at 11:51 AM 2 rev

Hi experts.

On the sender rest adapter i have the xml value 1.00 if i set the conversion to JSON:

1. Nothing: the adapter converts it in a string, i get: "1.00".

2. Custom XML/JSON conversion Rules, type decimal or float, i get: 1
3. Custom XML/JSON conversion Rules, type decimal or float, default value 0.00, i get: 1

Is there any possibility to get the value 1.00, as a number, with the point and the decimal values?

Regards.