원클릭으로
import-transactions
Import transactions from CSV, OFX, or QIF bank exports and deduplicate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Import transactions from CSV, OFX, or QIF bank exports and deduplicate.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Monitor 1099 contractor payments and flag $600 threshold.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
| name | import-transactions |
| description | Import transactions from CSV, OFX, or QIF bank exports and deduplicate. |
Import financial transactions from bank export files. Automatically detects file format by extension (.csv, .ofx, .qif) and identifies the bank (Chase, Amex, BofA, or generic) by inspecting column headers. Previews parsed transactions, deduplicates against existing data, and inserts new records.
transaction_search — check for existing transactions to prevent duplicatescategorize — apply categorization rules to newly imported transactions.csv — parse as CSV, inspect headers to identify bank.ofx / .qfx — parse as OFX (Open Financial Exchange).qif — parse as QIF (Quicken Interchange Format)Transaction Date,Post Date,Description,Category,Type,Amount,MemoDate,Description,Amount (or Reference,Date,Description,Card Member,Amount)Date,Description,Amount,Running Bal.categorize on the newly imported transactions.You can import transactions manually into any spreadsheet or accounting tool:
Chase:
American Express:
Bank of America:
Generic / Other Banks: Most banks offer CSV or OFX export from their transaction history page. Look for "Download," "Export," or a download icon near the date range selector.
Date, Description, Amount, Category.=UNIQUE() function (Sheets).D (date), T (amount), P (payee). You can convert QIF to CSV with online tools like qif2csv.com.