Can I export templates from the Excel Exporter?

5
I have just installed the Excel Exporter and created a template that exports almost 60 columns across 3 worksheets. I have now realized that I am going to have to create this template again in my DEV environment, my TEST environment and finally my LIVE environment. Is there a way like with the importer that I can save my templates for use elsewhere?
asked
2 answers
4

I usually create json files to export/import configurations. You need to create a message definition and mappings that contain all relevant objects and attributes.
The export should be straight forward. Just export via mapping and pass the template.

The import can be more or less complex. Easiest import is an import where you don’t need to update an existing template. You could just create all objects when importing (except the objects from model reflection, they need to be associated only. But that should work. You just need to define a key. The complete name is always a good key for those objects)

answered
2

There used to be a module for that: https://appstore.home.mendix.com/link/app/16873/Conclusion-Low-Code-Company/Excel-Exporter-Template-Manager

But that one has not been updated in a while and it seems not compatible for Mx8. But it might give you an idear on how to do it.

Regards,

Ronald

 

answered