Hello,
I am working on a program where I get the item price in a CSV file.
The price is coming as 123,50 (comma as used in EU)
When I assign this value to my variable, I am getting DUMP "Unable to interpret 123,50 as a number"
any idea how to come out of this?
The larger values could be 120.000.000,50
Please help.