Extract the Text, Table, Barcode data from xml.

0
I need to import the xml & xsd for extracting the xml content in Mendix App. XSD is imported in Mendix & Import mapping is done, after that  I  need to call a microflow. Can anyone guide me, How  microflow will work in this case?
asked
1 answers
0

Vivek,

Here is a microflow that imports XML.  SPSXMLDocument is a specialization of System.FileDoc that is retrieved via FTP in a separate microflow:

The Import Action configuration is as follows:

Hope that helps,

Mike

answered