Import statement
import_statementImport a bank statement (CSV text) into one account. Dry-run by default: returns every parsed row with its status (ready / duplicate / invalid). Pass commit=true to write the ready rows; they land in the review queue. Amounts are read in the account's currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | Yes | The CSV file contents, header line included | |
| commit | No | Write ready rows. Default false (preview only). | |
| account_id | Yes | ||
| include_duplicates | No | With commit, also write rows flagged as duplicates |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||