KB Article #70607
Mapping of Real number in Integrator to XML xs:double is generating "+." as value
Problem
Resolution
* Mapping of Real number (double(18,6)) in Integrator to XML xs:double is generating "+." as value for input: "0000.00"
Resolution
One can try following workaround:
1. You could set the environment variable CORE_SWIFT_DECIMAL to 1and you'll get +0.
2. If you set CORE_NB_DECIMALS to 1, you'll get +.0
3. If you set both, you'll get +0.0