I have to ftp a file using Copy Activity, file is encoded as UTF-8-BOM, which encoding should I use in Azure to make this work OK?

I have to ftp a file using Copy Activity, file is encoded as UTF-8-BOM, which encoding should I use in Azure to make this work OK?

Hello @Jay-8106,
Just checking in to see if the below answer provided by @VaibhavChaudhari helped. If this answers your query, do click “Accept Answer” and Up-Vote for the same. And, if you have any further query do let us know.
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
Want a reminder to come back and check responses? Here is how to subscribe to a notification.
Hi, Just waiting on recipient of the file to confirm OK as I don't have access to that end
Hello @Jay-8106,
Following up to see if the below suggestion was helpful. And, if you have any further query do let us know.
Take care & Stay safe!
You may try just the UTF-8 encoding and see if it works. I could see this in the dataset for delimited text file in ADF

Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav
Thank you VaibhavChaudhari for the suggestion, I'll try UTF-8 and see if the recipient of the ftp file is happy with it, will let you know.
yeah, that doesn't work.
The default UTF-8 encoding mentioned saves the file with a byte order mark incompatible with Data Factory's own json components.
Nice.
6 people are following this question.