Hello Guys,
I wrote a script that edits a CSV to my liking by adding a row in the beginning and two in the back.
The script works fine, apart from the fact that the input file will come with vowels (ä,ö,ü etc.)
Usually I would read the file with -Encoding UTF8 and then export the new file the same way. How ever, it doesnt work. I will input the file with vowels and it will export it like in the picture.
Please see my script and show my mistake. 