project_export_all_tables
Export all Visum project tables to CSV files for data analysis or backup. Saves each table as ProjectName_TableName.csv in the project directory with configurable row limits.
Instructions
📊 Export all Visum tables (except Network Editor) to CSV files. Each table is saved as ProjectName_TableName.csv in the project directory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project identifier returned by project_open | |
| maxRowsPerTable | No | Maximum rows to export per table (default: all rows) |