Export an ArchiMate model as Archi CSV
export_archimate_csvExport ArchiMate models to Archi-importable CSV files (elements, relations, properties). Optionally converts your current engagement into model elements and returns the import steps.
Instructions
ArchiMate モデルを Archi の CSV インポート形式(elements/relations/properties.csv)でファイルに書き出す。fromEngagement: true で現在の案件のステークホルダー・関心事・移行状態・能力・作業パッケージ・便益・成果物を要素化。Archi での取り込み手順も返す。 / Write an ArchiMate model to disk as the CSV set Archi imports (elements/relations/properties.csv). fromEngagement: true turns the current engagement into elements. The reply includes the Archi import steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | 出力言語 / Output language | both |
| elements | No | 書き出す要素 / Elements to export | |
| modelName | No | モデル名(既定: 案件名) / Model name | |
| outputDir | No | 出力先。データディレクトリかカレント配下のみ / Output dir; under the data dir or cwd only | |
| overwrite | No | 既存ファイルを上書きする / Overwrite existing files | |
| relations | No | 要素間の関係。渡さないと Archi 上で線が引かれない / Relationships; without them the elements land unconnected | |
| relationships | No | `relations` の別名 / Alias of `relations` | |
| fromEngagement | No | 現在の案件からも要素を生成する / Also generate elements from the current engagement |