Jump to content

Xml2Json UDF - Transform XML to JSON


TheXman
 Share

Recommended Posts

  • 11 months later...

Is there a way to save data back to an XML file?

Also, since, unlike XML, JSON doesn't have a notion of attributes, those are just another data in JSON: How can they be saved back as attributes in the XML output file? It's important because, for instance, GPS coordinates in GPX files must be attributes:

<wpt lat="48.6443057" lon="2.7537863"><name>blah</name></wpt>

 

Edited by littlebigman
Link to comment
Share on other sites

6 hours ago, littlebigman said:

Is there a way to save data back to an XML file?

A quick query of "json2xml" or "JSON to XML" in your Internet search engine of choice would show that there are tools out there that convert JSON to XML (or at least try to).  So the short answer is yes.  However, in all the years that I've worked with XML and JSON, I've never tried to convert JSON to XML. So I'm not sure how well any of those conversion tools work - especially when it comes to XML datasets that make extensive use of things like CDATA and namespaces.

If I wanted to create or modify an XML dataset, I would use tools & languages designed for that purpose - like working with the XML DOM using XPATH or transforming it using XSLT.  I always try use the best tools for the job because it makes the job so much easier.  ;)  

 

I pretty much answered the same question in your previous topic, near the bottom of this post:

 

Edited by TheXman
Corrected typo
Link to comment
Share on other sites

@TheXman I added your UDF to the wiki :)

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...