export_csv
Export schedule analysis lists (activities, relationships, critical path, etc.) to a new Excel-friendly CSV. Preview rows and columns with a dry run before writing to avoid overwrites.
Instructions
Write the FULL list behind one of the list tools to a new .csv file (Excel-friendly UTF-8). tool is one of
list_activities, list_relationships, wbs_tree, critical_path, driving_path, dcma_assessment (with check=...),
logic_check (with check=...), compare_schedules (with section=...), baseline_variance, s_curve, list_resources;
arguments are that tool's arguments (path, filters...). Never overwrites an existing file and never touches the
schedule. dry_run=true (default) returns the row count, columns and first rows without writing; writing needs
dry_run=false and allow_writes = true in longpath.toml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | Yes | ||
| dry_run | No | ||
| csv_path | Yes | ||
| arguments | No |