Page 1 of 1

Convert from JSON to XML template format

Posted: Mon Apr 20, 2020 2:08 pm
by KFR
I have a report in JSON format that I need converted to the XML format of template. Is this possible?

Re: Convert from JSON to XML template format

Posted: Tue Apr 21, 2020 11:34 am
by HighAley
Hello.

You could use different method for saving the report template.
The Save() method saves to XML and SaveToJson() to JSON.

Thank you.