Hi folks,

I read some old topics but couldn't somehow find a solution for my problem. I'm downloading a CSV file from a website (normally file wont be greater than 500 KB) that comes in UTF-8 Encoding. What I want to do via Kix I think it's pretty simple:

$Filename = 'C:\report.csv'

Open the file in Notepad change the encoding to ANSI and save the file overwriting the old one.

Thanks !