Change comma to point

Hi,

Need to change comma in number to point. I’am making CSV file to get data from UIPath to accounting program.

So this 123,00 needs to converted to 123.00. How can it be done?

Thanks,

-mikko from Finland (Yes, we have commas as decimal separators)

Try to use the Assign activity and the method in this thread:

More information: String.Replace Method (System) | Microsoft Learn

HI @erva

Try using RegEx.Replace method in Assign activity

Thanks!

I tried Search with “Change comma” but should have searched “Replace comma”… :slight_smile: