-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Is your task related to a problem? Please describe.
In some cases it would be helpful to export the data model to a list, for example as an excel spreadsheet. In the spreadsheet, you would have the list of all attributes. I would use that to send this as a requirement ('this is the data I would like to receive').
The problem I have today is that I need to discuss data models on a requirement level first, before discussing with more technical people. To do this, I need a list of attributes. It is beneficial if the other party can comment the list in an easy way. Business users often struggle with the generated images, also it is difficult to comment in HTML or SVG.
Describe the solution you'd like
I would like to be able to export the data model to Excel, with each attribute as one row in the excel.
Describe alternatives you've considered
Export to csv would also be an option.