What problem does it solve?
Manually importing Alipay and WeChat bills into MoneyWiz is tedious and error-prone, especially when dealing with numerous transactions that require categorization, description simplification, and proper refund handling. MoneyWiz's native CSV importer also lacks support for Refund transaction types, forcing users to manually edit the database.
Core Features & Use Cases
- Intelligent Bill Parsing: Automatically parses Alipay CSV (GBK encoded) and WeChat CSV/XLSX files into structured JSON, applying account mapping and description simplification rules.
- AI-Powered Categorization: Predicts transaction categories using configurable rules and MoneyWiz historical data, only flagging low-confidence entries for user confirmation.
- Safe Refund Conversion: Bypasses MoneyWiz's CSV limitations by importing refunds as Income, then executing controlled database updates to convert them to Refund (Z_ENT=43) with automatic backups and rollback protection.
- Use Case: A user exports their monthly Alipay and WeChat statements, provides the files to Claude Code, and receives a fully categorized MoneyWiz import with refunds properly typed—without manually touching the database.
Quick Start
Provide your Alipay or WeChat bill file path to the AI and ask it to import the transactions into MoneyWiz with automatic categorization and refund conversion.