Create XML using Excel data as per a xsd(schema)
The requirement is to create a nested xml as per an xsd schema with the data present in an excel flat file
-
There is no built-in functionality to automatically generate an XML document based on a XSD document.
You may want to explore the use of 3rd party python packages/tools within the Python node. However, after an online search there does not appear to be any standard solution.
Perhaps you could customise a solution based on the example srcipt in the xsd2xml project:
Please sign in to leave a comment.
Comments
1 comment