omair
9 years agoContributor
Parsing XML created using XML Generator: a simpler way
I’m trying to test a pipeline that receives incoming payload as XML and processes it using some static XML specified in the XML Generator SNAP. My problem is, I would like the XML Generator generated XML to be converted to JSON… Right now it looks like the XML Parser cannot directly serve as a downstream snap to the XML Generator snap… so I"m having to do the following to test with the generated XML:
That’s right, I need to output the XML to a file and then read the file and parse that…
Can someone please tell me if there’s an easier way of going from XML Generator → XML Parser?