export_expenses
Export expenses within an inclusive date range to a CSV file on disk and return its path.
Instructions
Export expenses within an inclusive date range to a CSV file on disk and return its path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End of the date range (inclusive), YYYY-MM-DD. | |
| start_date | Yes | Start of the date range (inclusive), YYYY-MM-DD. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||