Hi All
I need to save files to folders based on UserName.
File name is structured as UserName-scanned-timestamp. For Example file name may look like “jsmith-scanned-094315.pdf”.
How can I extract UserName out of file name given Username varies in length.
One thought is to first find the position of the “-“. Then select the string up to that length ( minus one to avoid getting “-“ ).
I am using Workflow and hoping to get this accomplished by using Pattern Matching.
Any suggestion on how to pattern matching and to select string up to a certain length?
Thanks