export_elements_to_csv
Export all active ArchiMate model elements to a CSV file, including id, name, type, description, and custom properties for analysis or reporting.
Instructions
Export all active model elements as a CSV string.
The CSV includes base columns `id`, `name`, `type`, `description`.
Custom properties are emitted as `Property:<name>` columns.
Returns:
Success envelope with `data.csv_data` containing the CSV string.
Errors:
`ModelNotFoundError` if no model is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||