I need to capture metadata from scanned documents and as a result of scanning to have a complicated folder structure in the repository that should look kind of like this.
-month (pulled from the document)
--date (pulled from the document)
---contract#.delaer#(all pulled from the document)
I specify this structure in the Document Class options in QuickFields session like this: %(Process Month)\%(ContractDate)\%(Dealer Number)%(Batch Date), each parameter being metadata taken from the document itself.
As a result, I just get many individual folders with really long names such as a folder named 04\04/18\12345.546378 instead of having it like that
-04
--4/18
---12345.546378
Does anyone have any ideas why this may be happening?
Thank you!