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 wouldn't say the snap is mixing the inputs but one of the input documents is missing the field you have stated in the snap. To confirm that, you can use a router with $Worker_Document_Data.hasPath('ID') and !$Worker_Document_Data.hasPath('ID'). Tha...
Hi @Max,Split the headers from the body (payload) by using router snap. Do the conversion on the body to XML, and join the data back. You can achieve this with a child pipeline to keep the payload and headers related.Regards,Bojan
Hi @wpenfold,You can develop a solution that lists all folders and files under a certain directory. At the end, simply use the File Delete snap.Regards, Bojan