I have a problem with a mapping.
In the mapping node I have a field named "Id" which I need to map to a 20-digit number, but I am getting the wrong mapping, starting with the 17th digit the response I am getting is a rounded number.
- Example: the JSON of the request has "Id" with the following value: 24015100010011087
and when converting to XML I am getting the following value: 24015100010011090
- I have used the following data types in the api swagger without obtaining the expected results:
- The only option that has worked is the "string" type, however in the tests, the field reads the value when it is sent between quotes "" and without them.
- I am looking to make a mapping that obtains the value that is being sent and that does not accept another input method, if the String field is defined, it only accepts data between quotes, if the field is defined as number it only accepts data without quotes. How can I implement it within the mapping node?
------------------------------
JIMMY VIVAS PERILLA
------------------------------