Export the ledger as CSV
ledger_export_csvReturn the period's ledger lines as RFC 4180 CSV, one row per leg, as a download link valid for one hour. Pro, but ledger_lines returns these same fields free and unlimited; this only lays them out as CSV columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Last day of the period, YYYY-MM-DD, inclusive | |
| from | Yes | First day of the period, YYYY-MM-DD | |
| source | No | Only lines derived from this server | |
| account | No | Only this account or category prefix | |
| currency | No | Needed when the period holds documents in more than one currency. Currencies are never added together |