02-27-2018 03:22 AM
I have a requirement to be able to generate a CSV file which has “UTF-8” as the starting line and after that it will have headers and then data.
Has anyone done this before?
Expected output :
03-18-2018 09:42 PM
No actually as I have to write the csv file to a zip
03-18-2018 11:03 PM
seem like you need another python script to perform a prefix “UTF-8\n” to your document.