Why file naming matters for Lawyers
After a busy case day you may return with dozens or hundreds of documents named like CASE_0001.pdf. Filenames like that are fine for quick saves but make it hard to find briefs, exhibits, and contracts. Adopting a consistent naming pattern for example smith_v_jones_20251026_deposition_001.pdf makes preparing discovery, delivering files to clients, and archiving matters for later reference far faster and far less error-prone.
An Excel-first workflow helps you do this reliably: the app lists every file in a folder, you update the New Name column in Excel (manually or via simple formulas), then import and apply the bulk rename with a preview step.
Step-by-step: from listing to renaming
Step 1 — List your files
Drop your case_folder (e.g. "Case_1234") containing pleadings, exhibits, depositions (PDF, DOCX). Remember to redact sensitive client data before bulk renaming.
Pro Tip: Organize each case_folder by matter and date — for example CASE_2025-10-28_Smith_v_Jones — to make discovery and archiving more efficient.
Step 2 — Open in Excel
In Excel you'll see the exported columns and an editable New Name column. You only need to update that column — either type names directly or generate them with formulas. The app manages the other columns behind the scenes to keep rows matched to files.
Step 3 — Build your new names
Use Excel to automate repetitive naming — for example, combine client, date and sequence into a pattern: =Client & "_" & TEXT(Date,"yyyymmdd") & "_" & TEXT(Seq,"000"). Excel handles sequences, padding, and date formatting so you don't type hundreds of names manually.
Step 4 — Validate and clean up
Quick checks catch the usual problems: duplicates and illegal characters. Use a helper COUNTIF to spot duplicates. The app also detects invalid or locked files during import/rename and will skip affected rows while creating a log so you can review them later. Temporary helper columns (e.g., Client or Notes) are fine while working — delete them before saving if you like.
Step 5 — Import, preview, and apply
Save the edited sheet and load it back into the app. You’ll see a clear before-and-after preview of each filename. Review the preview, then click Rename. The app applies the changes quickly and produces a log of any skipped items for your records.
Example naming templates
- Client_YYYYMMDD_Seq.ext → Smith_20251020_001.CR2
- Event_Location_Seq.ext → WeddingParis_20250918_012.JPG
- SessionType_Client_Seq.ext → Portrait_Sharma_015.CR2
See more workflows: All use cases (50)