Page 1 of 1

CSV as unicode

Posted: Mon Nov 19, 2018 11:43 am
by Terkelsen
I need to convert an incoming CSV-file to a Unicode format. It's easily done by opening in a text-editor and save as. Any ideas how to automate this?

Re: CSV as unicode

Posted: Mon Nov 19, 2018 3:26 pm
by jan_suhr
You can try to run iconv from the Execute Command element.

https://en.wikipedia.org/wiki/Iconv