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.