I trying to import some values with 2 decimals, from an excel file, to SAP. The values have as a separator a comma in the xls file, but when they are imported in SAP, that separator is automatically changed to a dot.
I tried formatting the xls column several times, and everything seems ok there, but I don’t know why, after I run the robot all those values are populated in SAP with the wrong separator.
The format of the values is as an example: 14598,00 and in SAP is taken as 14598.00 after running the bot.
To avoid these problems always convert data to string and make sure it is in the format the target application expects it. Set a breakpoint in debugging to see if it works.