Import from excel into some other DB being used in the UI.

0
Use case: I am using the Excel Impoter module from Mendix Market place, and it works as expected.   But my requirement here is to import it to another Database.   I tried playing around with the java action return type just to get the object being imported but that did not help.
asked
2 answers
0

Hi Subhojit Paul,

 

 

In the ExcelImporter Marketplace Module, you can find IVK_ImportTemplateDocument in the Example folder. If you would import data to a non-persistent Entity and retrieve it, you can use the data in a loop, for example, using the Database Connector https://marketplace.mendix.com/link/component/2888 to write it to any other database.

 

 

If you get stuck, contact me.

 

Go Make It

 

answered
0

This is my microflow.

answered