Read and Write Text file encoding

Hey,
I am trying to read a csv file and get rid of all of the " symbols inside it. The problem is that after writing the csv file all my special letters (ü,ä,ö,ß) are messed up.
I tried setting the encoding to “utf-8” but it still just messes it up.
Can you guys tell me what I am doing wrong?

Thanks for your help.

Hi @Fabi99v ,

Have you checked the Below similar post :

Thank you very much.

It worked by changing the encoding to “iso-8859-15”

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.