Hi all,
Can someone help me in this. need to convert a text file from UTF-8 to UTF-8 With BOM. Tried typing UTF-8 with bom in write to text acvitiy but got an error.
Thanks
Hi all,
Can someone help me in this. need to convert a text file from UTF-8 to UTF-8 With BOM. Tried typing UTF-8 with bom in write to text acvitiy but got an error.
Thanks
Hi @saviniw
welcome to forum
I got a information from this website like this
https://titanwolf.org/Network/Articles/Article?AID=0f44b958-eaeb-4bb8-a772-481a40cdd43a#gsc.tab=0
Hope it helps you
Regards,
Nived N
Happy Automation
would be helpfully to give us more details on the error and from where the data is taken (input).
In some scenario also the data has to be converted before using it by writing out with another encoding.
Also have a look here:
new UTF8Encoding(True) would be the UTF-8 with BOM