ISSUE - ENCODING UTF8 CSV FILE

Hello Everyone,

I just wanted a precision while using Encoding for writing in CSV file.

After following the encoding code for “utf-8” which can be found here : https://docs.uipath.com/activities/docs/supported-character-encoding

I did mention the “utf-8” in encoding section however after the CSV file was created, i found out that the encoding has been done in “UTF-8_BOM”.
Encoding_
Write csv

Can someone share their experience or knowledge about this situation ? Appreciate any help.

Thank you.

for taking more control e.g. utf8 without bom have a looke here:

Thank you Peter for the solution, will try the mentioned workaround.