Forum Discussion
krupalibshah
8 years agoContributor
Thanks a lot!
Works for me.
krupalibshah
8 years agoContributor
I am getting the output, but getting an extra new line due to line separate usage.
How to prevent the extra lines from being written.
- aleung8 years agoContributor III
Could you write a file with just ‘UTF-8’ then perform FILE WRITE with APPEND to achieve what you want?
- krupalibshah8 years agoContributor
No actually as I have to write the csv file to a zip
- aleung8 years agoContributor III
seem like you need another python script to perform a prefix “UTF-8\n” to your document.