Hello All,
I have a text file with UTF-16 encoding, i want to convert it to UTF-8 encoding. How can i convert it?
Thank you.
Hello All,
I have a text file with UTF-16 encoding, i want to convert it to UTF-8 encoding. How can i convert it?
Thank you.
Read the text file using the read text file activity
Now use write text file activity with the required encoding value and write the already read data to it
Hope this helps
Cheers
my text file is huge, so is it okay to use this method?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.