Sean Blackmon 2 Posted October 19, 2021 Share Posted October 19, 2021 I have a process that pulls an XML from a database record. I then use PARSE XML so that the output is pretty print, which looks fine when I look at the output from PARSE XML. However I can't seem to pass the XML data to the Write File pallet. Is my only option to Render XML instead of Parse XML then write to File. Because if I do this the XML is written with all the escaped characters in it. So my question is how to save an XML(In Pretty Print)to file using the Parse XML pallet and Write File pallet. Link to comment Share on other sites More sharing options...
Emmanuel Marchiset 2 Posted October 21, 2021 Share Posted October 21, 2021 You may try to do 'PARSE XML' and then use the render-xml funtion to create the string to be writtent o the file: render-xml(>, >, >) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now