get_table_data
Extract table data from Figma designs and output as arrays, objects, or CSV files.
Instructions
Extract data from a Figma table node in various formats (array, object, or CSV)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableId | Yes | ID of the table node to extract data from | |
| headerRow | No | Which row to use as headers (0-based index, default: 0) | |
| outputFormat | No | Output format for the table data (default: array) | |
| includeHeaders | No | Whether to include the first row as headers (default: true) | |
| cleanEmptyCells | No | Remove empty cells from output (default: true) |