project_export_visible_tables
Export visible tables from a Global Layout to CSV files, preserving column order and including sub-attributes like formula columns.
Instructions
📊 Export ONLY tables visible in a Global Layout (.lay file) to CSV files. Maintains exact column order and includes sub-attributes (formula columns). WORKFLOW: 1) List layouts with project_list_available_layouts, 2) User selects layout, 3) Load with project_load_global_layout, 4) Export tables with this tool.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier returned by project_open | |
| layoutFile | Yes | Full path to the .lay file OR just filename if in project directory (e.g. 'tabelle_report.lay') |