Transaction CSV → QuickBooks .qbo bank feed file
csv_to_qboConvert a transaction CSV into a .qbo / OFX bank-feed file that QuickBooks and similar accounting software import directly. Needs date, description and amount columns (or debit + credit). Pairs with extract_statement: statement PDF in, importable bank feed out.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| csv | No | CSV content with a header row. | |
| url | No | Or a link to the CSV. | |
| bank_id | No | Routing / bank identifier, if your import asks for one. | |
| currency | No | Three-letter currency code, default USD. | |
| account_id | No | Your account number as the accounting software expects it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||