May-13-2021, 01:44 AM
Best way to process large/complex XML/schema ?
==============================================
Thanks for reviewing this thread.
I like to figure out a way to process large complex XML and push the XML data to flat file or Data base.
Here is the high level view.
We know Python is interpreter language.
Is Pyhton the right one to do the above for performance?
What are the option we have ?
Thanks for your guidance.
==============================================
Thanks for reviewing this thread.
I like to figure out a way to process large complex XML and push the XML data to flat file or Data base.
Here is the high level view.
1 2 3 4 |
1 ) Input - Large / huge XML with complex nested / choice etc (Similar to HL7 kind) 2 ) The above input XML messages need to be validated against XML Schema (xsd) for schema comliant 30 The validated XML messages to be parses and extract the data . 4 ) The extracted data to be pushed to Flat file or Data base. |
Is Pyhton the right one to do the above for performance?
What are the option we have ?
Thanks for your guidance.