Hi,
I have a problem with the generation of XML file with the Server.
I have written a script in python to generate XML. When I run the workflow on my desktop, I have as a result XML files that I can parse easily.
But I run it on the server after validation, the XML files generated can't be parsed. I get this message when I send the generated files to a parser:
<unexpected character " (code 65279 / 0xfeff) (expected a name start character)>

I tried to run the workflow from the Designer of the server (both have the same version: 2020.4) but I got the same error on my XML when trying to parse it.
I found this thread on a community, don't know if I might have a similar problem:
https://communities.vmware.com/t5/ESXi-Discussions/Error-Unexpected-character-code-65279-0xfeff-in-prolog-expected/m-p/493641
I'm on Windows 10.
Any ideas of how I can solve this problem?