open_drawio_csv
Generate diagrams in draw.io from CSV data or a URL to CSV data, creating org charts, flowcharts, and other visualizations using tabular input.
Instructions
Opens the draw.io editor with a diagram generated from CSV data or a URL to CSV data. The CSV format follows draw.io's CSV import specification for creating org charts, flowcharts, and other diagrams from tabular data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The CSV content or a URL pointing to CSV content. Should follow draw.io's CSV import format with header comments for styling. | |
| lightbox | No | Open in lightbox mode (read-only view). Default: false | |
| dark | No | Dark mode setting. Default: auto |