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?