erva
(Mikko Erva)
1
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
mykar88
(Karthick TVM)
3
HI @erva
Try using RegEx.Replace method in Assign activity
erva
(Mikko Erva)
4
Thanks!
I tried Search with “Change comma” but should have searched “Replace comma”… 