Incremental updates to database tables

0
All, In my application, we have tables for storing values for drop downs (list) like countries, states etc... during the development, we created overview screens to feed the data to these tables. Now we are in UAT and any crud operations to these table, we are manually feeding the data using overview screens in all the environments. Is there a way to add these master table data entries as part of source code and apply them as part of release process? TIA. 
asked
1 answers
2

Hi, 

The best approach is to use the Excel Exporter + Excel Importer modules. I know it is a slight hazzle setting up the templates at first but this would save you many hours in the long run. You can also use the Excel Export Template Manager module to setup templates once and copy them to different environments.

https://docs.mendix.com/howto/integration/importing-excel-documents

 

answered