Hi there,
I am scraping revenue data from a website that comes in different formats. The problem is that if I have a number like 200.000 (dot) PAD changes it to 200,000 (comma). If that number is than written to my list I get 200.
For numbers over 1 million I don't have that problem, so I can't just multiply by 1000.
Even if I only set a variable as 200.000, PAD directly shows it as 200,000 in the overview (see attached picture: detail view shows 200.000, overview shows 200,000).

I have already checked my system language but it is set to German and uses a dot as the thousands separator.
Does anyone know how to solve this problem?
Thanks in advance for your help!