Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have created below job to extract the data from sample get api and save that out in xml file.(ref. screenshot trestclient)
Extra properties are added while saving the xml file, they should not appear in the xml file. Current xml output is appearing, which is not required format. (ref. screenshot xmloutput)
The output is correct in tlogrow but it is changed when saving the file tfileoutputxml. highlighted below screenshot tlogrow).
Hi
This component replace the special character(e.g. <,>,& etc) within a string with corresponding html character, if you open the xml file with HTML rendering tools, like the browser, you will see the xml file display normally.
Regards
Shong
Hi @Shicong Hong,
Thank you for your reply!
But any solution to save only that tlogrow output data in xml file.
Thanks
It is a string data, just export it to a XML file using tFileOutputDelimited or extract value from the string and then generate a XML file using tAdvancedFileOutputXML component. Please try and let me know if you have any issues.