I’m tring to make CSV with UTF-8 encoding (without BOM) and UNIX new line. Delimiter is Pipe.
I read: Small Bug - Read & Write Text UTF-8 encoding - #6
I installed newest package: 21.4.0 for System.Activities and 2.10.4 for Excel Activities.
When I use Write CSV activity with properties:
Delimiter Pipe
AddHeaders True
Encoding: “utf-8”
I am still getting UTF-8 BOM. I tried also with empty value. It didn’t worked.
How to get csv with UTF-8?
How to change newline separator from /r/n to /n (CFLF to LF)?