Issue with Number and Currency Format Separator in JSON Extraction Post Upgrade to Unifier 23.12
Hello,
We recently upgraded our environment from Unifier version 20.12 to 23.12, and we are encountering an issue with the "Number and Currency format" when extracting data from UDR using the Unifier API in JSON format.
Here are the specifics of the issue:
- The user preferences for "Number and Currency format" are configured as: 123 456,99.
- When extracting data from the UDR with CSV format as a user, the "Number and Currency format" is correctly displayed as: 123 456,99.
- However, the JSON file extracted from the same UDR displays the Number and Currency format as: 123,456.99 (with a different decimal and thousands separator).
It seems that the JSON extraction is not respecting the user-defined preferences for Number and Currency format. Could you please advise on how we can resolve this issue so that the JSON file adheres to our user preferences?