Special characters - ü, ö, ä

I have a problem when i copy data from a CSV whit Uipath and pasting on a web page the special characters - ü, ö, ä are not transferred. There is a solution for it?

1 Like

@erorowy,

In the Read CSV activity property add “Encoding.UTF8” for Encoding.

Capture1

2 Likes

then I get this error

Hi @erorowy,

Please change value in Encoding field to “utf-8”

Output:
image

I hope it will be useful to you :blush:

Hi,

UiPath / .net framework default encoding is UTF-8. If you set encoding property empty, UTF-8 will apply.
So I suppose you should set other encoding (which is your CSV file encoding) such as "Windows-1252".

Regards,

1 Like

@erorowy
Have a look here CVS special characters ä,ö,ü, ß
You also can find inputs on how to analyze e.g. used encodings