Modeling large enums, especially when captions are needed in multiple languages, is error-prone and time-consuming.
Changing or adding translations is also a tedious task.
To simplify these tasks, I developed the Mendix Enumeration Generator using the SDK, TypeScript, and Python.
Download link: MendixEnumerationGenerator
Generate Mendix SDK TypeScript code to create enumerations from CSV files, and export existing enumerations back to CSV format.
Features
✅ Import: Create Mendix enumerations from CSV files
✅ Export: Extract existing enumerations from Mendix projects to CSV
✅ Multi-language: Support for multiple translations per enumeration value
✅ Round-trip: Export from one project, modify, and import to another