open_drawio_csv
Open a draw.io editor with a diagram generated from CSV data, using draw.io's CSV import format to create org charts, flowcharts, and other diagrams from tabular data.
Instructions
Opens the draw.io editor with a diagram generated from CSV data. The CSV format should follow draw.io's CSV import specification which allows creating org charts, flowcharts, and other diagrams from tabular data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The CSV content following draw.io's CSV import format. | |
| lightbox | No | Open in lightbox mode (read-only view). Default: false | |
| dark | No | Dark mode setting. Default: auto |