Hello, the XML node seems to be validating a { that is not outside the data object, thus generating the error: Non-whitespace before first tag. Line: 0 Column: 1 Char: {
I tried to use the utf8 option in the Move Binary Data node but the error persists. Does anyone know how to solve this?
It’s hard for me to troubleshoot without seeing what the content of the XML looks like, could you maybe share the specific XML string so I can take a look at what might be going on?
You can also try trimming the xml data with an expression e.g. {{ $json.data.trim() }}