Can I export all the data from domain model (objects, fields and relations between two objects) to Excel sheet?

0
Hi, I want to expport my domain model objects, fields and relationship between two objects to an excel sheet. Is there any tool to approch this? Please let me know as early as possible. If there is no tool, then let me how can I approch this?   Thanks, Venkat.
asked
2 answers
1

You can use Model Reflection for that. Create an overview with the wanted data and add an 'export to excel' button and you're set.

answered
0

Hi Venkat,

Any soltuion would definetly rely on MXModelReflection to the data on entites, associations and attributes - https://appstore.home.mendix.com/link/app/69/Mendix/Mx-Model-reflection

as well as the Excel Exporter to get this data into an excel spreadsheet. - https://appstore.home.mendix.com/link/app/726/Mendix/Excel-exporter

Hope this helps,

Andrej

answered