I'm trying to migrate a bunch of pdf's to Laserfiche using Quick Fields. The pdf's were all created with filenames that contain an EIN, and document description text of various forms like:
11111111_Employee Onboarding_date.pdf
11111111_i9.pdf
123424224_US W-4.pdf
545454545_Direct Deposit Selection.pdf
Using the %(Name) token, I can get the EIN number and use that to create the Document Storage Repository folder with the same name as the EIN (111111111) but I cant seem to get it to differentiate between the documents based on filename.
For Example, I want all of the files for Employee number 111111111 to be in the repository sorted as such:
\REPOSITORY\Company\111111111\W4s\
\REPOSITORY\Company\111111111\i9s\
\REPOSITORY\Company\111111111\Onboarding Docs\
and to identify them, all I need is to extract the relevant keyword from the filename. I'm also assigning metadata based on that as well.