Append to CSV special characters

Hey guys,

when I use the activity Append to CSV special characters like Ä,Ö,Ü are not formatted correctly as you can see in the screenshot below. I tried different encodings like UTF-8 but it’s not working.

Thanks in advance! Best regards, Alisa

grafik

we would touch the encoding and using a different.
Here the existing CVS (on which you append) will trigger the needed encoding

With notepad++ editor we can a little bit explore whichone is in use

Hi,

If you use old version Excel, it’s necessary to use specific encoding (such as Windows1252 etc)
The following sample may help you.

Sample20240124-1.zip (3.0 KB)

Regards,

Hey! I tried it but it says that Windows1252 is not a supported encoding name…
grafik

Hi,

Can you try to add the following InvokeMethod activity in my sample?

image

This calls the following method

System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance)

Sample
Sample20240124-1.zip (3.0 KB)

Regards,