Database Replication import data

0
i had table mapping in my database replication but when i try to import the data it only add the same 1 row,,, when my external db has 50k+ rows how do i import all the data in 1 click ?
asked
1 answers
0

Hello,

You can import this module https://marketplace.mendix.com/link/component/160

and dependent modules like Mx Model Reflection:  https://marketplace.mendix.com/link/component/69

Excel importer :https://marketplace.mendix.com/link/component/72

 

You need to do the following :

  1. You need to convert an existing database to a Mendix domain model
  2. Map the DatabaseMapping page and configure the Database connection properties.
  3. Define Mapping tables & columns 

refer the database replication module documentation for step by step guide.

 

Hope it helps!

answered