import_csv
Import CSV from Japanese accounting software, auto-detect source format from headers, run through classification pipeline, and return categorized results with a review queue and Markdown report.
Instructions
Import CSV from 弥生会計/freee/MoneyForward or generic format. Auto-detects source format from headers. Runs each transaction through the full classification pipeline (Stage 0 exclusion → Stage 1+2 classification → confidence routing). Returns categorized results + review queue + Markdown report. 弥生 users: export 仕訳日記帳 as UTF-8 CSV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Force source format (default: auto-detect from headers) | |
| csv_content | Yes | Raw CSV text (UTF-8). Paste the full CSV content. | |
| date_column | No | Column name for date (generic CSV only) | |
| memo_column | No | Column name for memo/description (generic CSV only) | |
| amount_column | No | Column name for amount (generic CSV only) | |
| partner_column | No | Column name for partner name (generic CSV only, optional) |