Page 1 of 1

Another XML question!

PostPosted: Tue Jun 20, 2023 4:32 am
by Ashbi
Sorry if this doesn't belong here,

next question about XML processing :?

My workflow has to read in hundreds of XML files. In another thread I had the question how to check which XML nodes exits or not and handle with it. Thanks again to @takbb for supporting me.

Now my workflow ist running but - bang - the XML Reader Node chrashs because the content of the XML file is corrupt. If I open th XML file e.g. with Notepad++ the content look like mess

Maybe you can guess my question :wink: How can I handle this error in my workflow while the workflow reads the XML file?

Thanks!

Re: Another XML question!

PostPosted: Mon Oct 16, 2023 10:52 am
by Fuchsia tude
Sounds like that's a problem with whichever app you're using to generate that XML. It's not a reading problem--as you say, Notepad++ shows the content as gibberish--it's properly reading bad content. The problem is that the XML is not being created properly in the first place.