📊 データ処理 コミュニティ

財務アプリバックアップの取引サマリー

財務アプリのバックアップから 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.