This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
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=...
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?
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.
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