When I imported an Excel file using Mendix Studio Pro, I noticed that the domain model was automatically generated. I have a few questions about this process: How does the importer automatically establish relationships between entities in the domain model? Considering the automatic attribute type detection and normalization rules used in Studio Pro, how can I ensure data consistency between the imported Excel file and the generated domain model? Is the most efficient workflow to let the tool automatically generate the domain model first, and then manually modify it to meet my specific requirements?
asked
Park YeongSeong
2 answers
1
The modeler will do its best to create the domain model. Will it be perfect? No because to many edge cases etc. But it is ment to help you on the way. So indeed you need to import the model which then give you a basic starting point to model everything out if needed. But it is a very easy way to get data into your Mendix database in a very fast way. When you need to model out multiple imports and processing of that data that is on another level and need to be modeled out in your application.