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 :
02-27-2018 11:47 AM
Here’s a quick and dirty proof of concept. I’m on the fence on whether it’s production-worthy, so test thoroughly and use at your own risk.
community-2216_2018_02_27.slp (7.9 KB)
02-27-2018 07:44 PM
Thanks a lot!
Works for me.
03-07-2018 03:55 AM
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.
03-13-2018 11:58 PM
Could you write a file with just ‘UTF-8’ then perform FILE WRITE with APPEND to achieve what you want?