How could we generate a csv file using Write CSV activity from UIPath studio with UTF-8 without BOM

Hello,
I have a topic, I need a csv file with utf-8 without BOM encoding,
I tried with Write CSV activity from UIPath studio but it genrate a file utf-8 with BOM.
So how could we generate a csv file utf-8 without BOM using UIPath studio?
Thanks

@asma_labidi
welcome to the forum

try to use the CSV string and write to file as done here:

As the encoding name UTF-8 is same w/wo BOM we have less control it when specifying it for the write CSV options