📊 数据处理 社区

财务应用备份交易汇总

从财务应用备份中提取 14 个月交易记录并生成汇总表与报告

★★☆ 中级 15-30 min 2026年1月20日
📋

使用场景

我导出了财务应用的本地备份,想把里面的交易记录整理成可分析的表格,并生成月度汇总。

💬

提示词

Parse the finance app backup in ~/Finance/AppBackup.
- Extract all transactions
- Output a CSV with Date, Amount, Category, Merchant, Account
- Create a monthly summary report (totals and top categories)

预期结果

Claude 从备份中提取 14 个月交易,生成结构化 CSV,并输出月度汇总与分类统计。

💡

使用技巧

  • 明确币种和时间范围,避免跨币种混算
  • 如有重复交易,要求输出去重依据
📝

原帖内容

· 2026-01-20

A tutorial example extracted 14 months of transactions from a finance app backup and produced a summary report.