pyp6xer_write_file
Write the current modified schedule to a .xer file by serializing table data, including any updates, and saving to the specified path.
Instructions
Write the current (possibly modified) schedule back to a .xer file.
Serialises the raw table data (including any updates from pyp6xer_update_activity or pyp6xer_batch_update) and writes to the specified path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_path | No | Local file path to write the XER file to | |
| cache_key | No | Cache key identifying the loaded XER file (set when calling pyp6xer_load_file) | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |