بنقرة واحدة
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.