Forum Discussion

maarts's avatar
maarts
New Contributor II
2 years ago
Solved

How to change XML file to exclude root tag

I have a pipeline that runs as a taks and in the end outputs a XML file, like the following example. But I need to get the XML file without the <content> tags. Any help how to achieve that? The XML ...
  • maarts's avatar
    maarts
    2 years ago

    I found the solution in using the Mapper snap and using a specific level assigned to $content with a binary output for the Mapper Snap. Works like a charm.