Forum Discussion
koryknick
6 years agoEmployee
The issue was not in the XML Parser, it was in how you fed the document to it. Rather than use an XML Formatter, which placed the already formatted XML as an encoded string as a single “Data” element, I’ve updated to use a Mapper snap to rename the “xml” field as “content”, using document input and binary output so it can be fed directly to the XML Parser.
Updated pipeline attached.
XML parser test_2020_07_02.slp (26.5 KB)