Bug in Import Utility Import Activity Name?

Post Reply
mooncat
Posts: 2
Joined: 25 Feb 2021, 00:09

I had problems importing a DUP file output from the Import Utility with an Exception

[org.xml.sax.SAXParseException; systemId: ; lineNumber: 7; columnNumber: 47; The entity name must immediately follow the '&' in the entity reference.]

It looks like the name of the Import Activity is put directly into update.info and will break XML validity if some characters are not XML compliant. In my case, the name included an ampersand (&).
Post Reply