Data360 Analyze

 View Only
  • 1.  Create XML using Excel data as per a xsd(schema)

    Employee
    Posted 08-10-2020 21:28
    The requirement is to create a nested xml as per an xsd schema with the data present in an excel flat file


  • 2.  RE: Create XML using Excel data as per a xsd(schema)

    Employee
    Posted 08-12-2020 03:18

    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:

    https://github.com/miaozn/xsd2xml