CSV Import & Export¶
Import¶
Bamboo Money auto-detects bank CSV formats for seamless transaction import.
Supported Banks¶
The CSV parser recognizes 10+ bank formats by analyzing header columns:
- Chase (credit & checking)
- Bank of America
- Wells Fargo
- Capital One
- Citi
- American Express
- Discover
- USAA
- Navy Federal
- Generic (fallback: Date, Description, Amount)
Import Flow¶
- Upload — Select a CSV file from your bank's export
- Auto-detect — Parser identifies the bank format from column headers
- Preview — See parsed transactions before importing
- Deduplication — Smart matching prevents duplicate imports (same date + amount + merchant within a window)
- Auto-categorize — Categorization rules auto-assign categories based on merchant patterns
- Import — Confirmed transactions are saved
Deduplication Logic¶
A transaction is considered a duplicate if all three match within a 3-day window:
- Same merchant name (normalized)
- Same amount
- Date within ±3 days of an existing transaction
Export¶
- CSV Export — Download filtered transactions as CSV
- Excel Export — See Excel Export for the formatted .xlsx option