tweaked reorganize so it only puts client names (drops ID) and the original filename instead of the full name that FCCS exports

This commit is contained in:
2026-07-06 16:48:10 -05:00
parent 2d679e2497
commit 2b9d1bda12
2 changed files with 11 additions and 9 deletions

View File

@@ -56,18 +56,18 @@ Parses the flat exported filenames and copies them into an organized structure:
```
output/
01069_ABRAHAM, REBEKAH L./
ABRAHAM, REBEKAH L./
Tax Documents/
2025/
01069_ABRAHAM, REBEKAH L._2025 Tax Documents_03-03-2026_030126 E-mail re Tax Info.pdf
030126 E-mail re Tax Info.pdf
Billing & Invoices/
2026/
01069_ABRAHAM, REBEKAH L._2026 Billing & Invoices_030826 Invoice for 2025 Forms 1040...pdf
030826 Invoice for 2025 Forms 1040 & IL-1040.pdf
UltraTax CS/
12-31-2008/
01069_ABRAHAM, REBEKAH L._UltraTax CS 12-31-2008_02-12-2009_2008 Form 1040 Filing Instructions.doc
2008 Form 1040 Filing Instructions.doc
Permanent File/
01069_ABRAHAM, REBEKAH L._Permanent File_02-24-2018_Driver's License.pdf
Driver's License.pdf
_unparsed/
(files that couldn't be parsed go here for manual review)
```