ContributionsMost RecentMost LikesSolutionsRe: How to change XML file to exclude root tag 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. Re: How to change XML file to exclude root tag Thanks Bojan, I started off with JSON and converted to XML, see attached pipeline. I think I will be missing something simple, but how do I do the remap you are suggesting? Regards, Martin 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 output is: <content> <soapenv:Envelope xmlns:StUF="http://www.egem.nl/StUF/StUF0301" xmlns:ns2="http://zig.nl/csb" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> <soapenv:Body> <ns0:Fo02Bericht xmlns:ns0="http://www.egem.nl/StUF/StUF0301"> <ns0:stuurgegevens> <ns0:berichtcode>Fo02</ns0:berichtcode> </ns0:stuurgegevens> </ns0:Fo02Bericht> </soapenv:Body> </soapenv:Envelope> </content> SolvedRe: Create mapping from Excel file This post helped me to transpose the Excel: Transpose column to Row - Designing Pipelines / Solutions - SnapLogic Community Re: Create mapping from Excel file This doesn’t help. It creates the same as I already have after reading the Excel file. Re: Create mapping from Excel file Can you explain more, I do not quite understand how to do what you are suggesting? Create mapping from Excel file We want to use an Excel file as input for the mapping process. In the example Excel file, we want to use column “Parameter” as the Target_Path and “Value” as the outcome of the Expression. Any help in how to accomplish that?