Puneet,
On the page below, click the highlighted button. This should display a page that enables you to select a file from your computer. Then when you click Save, that page will be uploaded into Mendix.
Next, select the row in the Datagrid that shows you file (so that the file is selected) and then click the Import XML File button you created. This will pass the selected row (which has the file contents) into your microflow.
Hope that helps,
Mike
***EDIT***
Puneet – I did a quick example and got this working. Here’s what I did:
Created an XSD file from your XML file below. The XSD looks like this:
Saved the XML from your comment below into a file that looks like this:
In the Modeler, created an XML Schema that looks like this
In the Modeler, created an XML Import Mapping that looks like this:
The domain model looks like this: (btw, I made the entities persistable because I am lazy)
Created a microflow to import the file:
Made a small page with Files on the top and Customers on the bottom:
The microflow is behind the Import button.
Finally, I got this result:
Hope that helps.
Hi Mike,
After clicking on import button it shows no section available can u tell me the reason!!
Thanks and Regards,
Shashi Sharma