Import Rocket Money CSV
finance_import_csvImport a Rocket Money CSV export into a local finance store with automatic deduplication by row hash, ensuring only new transactions are added.
Instructions
Import a Rocket Money transaction CSV export into the local store. Idempotent: re-importing the same or an updated export dedupes by a stable row hash, so only genuinely new transactions are added. Args: path (absolute path to the .csv). Returns counts (parsed/inserted/skipped), the date span, and any parsing warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the Rocket Money CSV export |