Forum Discussion
sunam
5 years agoNew Member
XML encoding issue - unexpected token (string with &)
Hi, I'm facing the below error while loading an XML file through Power Query DataFormat.Error: Xml processing failed. Either the input is invalid or it isn't supported. (Internal error: '<' is ...
- Anonymous5 years ago
sunam
I am not familiar with XML code, but it says "<" is the problem of this error. Did you make sure the xml code were written correctly.Paul
sunam
5 years agoNew Member
Thanks Paul, I'm leaning towards the incorrect xml code as well. Did some digging on stackoverflow and looks like it just would need to be & instead of &. I'll still keep this "open" as I did not yet receive reply from the responsible parties to the actual xml document (ie. whether they think its correct or not).