📁 ファイル管理 コミュニティ

請求書ファイル名の標準化

乱雑な請求書 PDF を日付-ベンダー-件名の統一形式でリネーム

★☆☆ 初級 5-10 min 2026年1月19日
📋

シナリオ

請求書 PDF のファイル名が不統一なので、日付とベンダーで統一した命名規則で整理したい。

💬

プロンプト

Rename all invoice PDFs in ~/Finance/Invoices using this format:
YYYY-MM-DD Vendor - Invoice - Product.pdf
- Extract date and vendor from each file
- Keep the original files in a backup folder
- Produce a before/after rename report

期待される結果

Claude は約 50 件の請求書 PDF を日付-ベンダー-件名の形式に一括リネームし、前後対照表を作成。

💡

ヒント

  • 実行前に命名例を提示させる
  • 金額や通貨が不明なファイルはマークする
📝

元の投稿

· 2026-01-19

Example tasks included cleaning up invoice chaos by renaming 50 messy PDFs to a consistent format like YYYY-MM-DD Vendor - Invoice - Product.pdf.