Moving to JSON: converter for old XML reports
Starting from version 2.3 we have moved from XML to new JSON format for saving pivot reports. It means that all inputs and outputs are now in JSON format by default. Despite the fact that all XML reports are still backward compatible, we are receiving numerous questions about an easy way of migrating to the new format.
So, we have decided to create a small utility for helping our customers to convert their XML reports to JSON.
You can try it below or use separate page on our site. Simply insert your XML report in the text box, hit large CONVERT button, and here you are!
XML |
→ |
JSON |
Source code of the converter is available on GitHub. So, if you have a lot of XML reports, you can use that JavaScript code to automate conversion instead of doing it manually.
Hope it will be useful and don’t forget that you are welcome to post any questions on our support forum.