I have an application that writes ANSI-encoded CSV files to a file share, but the application I use to read them expects UTF-8.
Neither application has the option of changing the encoding, so I have been doing this manually. I have been trying to find a script online that I can use as a scheduled task to convert these files.
Is this even possible? If so can anyone suggest a script.
Right now I have only tried converting manually as I am not sure how to script this.