@masaustin
Hi there. I found a couple of options that might work depending on your comfort level and access:
- It looks like we might be able to use Python to encode the csv to UTF-8, which means we can call an Azure Function to run that (maybe)...I'm not a dev, just putting together some things I've seen.
- I also found a similar solution using PowerShell -
Get-Content .\test.txt | Set-Content -Encoding utf8 test-utf8.txt
- Since you can do the conversion in Excel, also, this might be a good opportunity for a UI Flow. You'd need it to run on a local machine, but it's a solution.
Let us know what you think of those. Maybe there are some other ideas floating around.
-Ed
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.