How to export csv to a format usable in sql used in mendix

0
I want to export the data contained in the Entity in the existing app in CSV format (or any format that can be imported) and import it after upgrading Mendix. How can I do this? (There is a condition. After upgrading, the name of the Entity and the name and number of the properties may be different.)
asked
1 answers
1

This is possible with Excel importer module.

If the name of entities/attributes can be changed, you need to configure the excel import template again.

 

Module link: https://marketplace.mendix.com/link/component/72/Mendix/Excel-Importer

Mx documentation: https://docs.mendix.com/appstore/modules/excel-importer/

answered