Company Home |–Documents |—-|–Author001 |—-|–Author002 |—-|– |—-|– |—-|–Author00N
Now all my content files(PDF) are uploaded to the Documents space. I need to create a rule which reads the author name from the meta-data and moves the file to the appropriate space.
I think it's easy to solve. You should write a little script (in JavaScript). Then you define a rule to will execute your script for each incoming document (INBOUND event). Your script have to read the author name from meta data and then move the current document to the target folder (attention to have enough rights to do this operation).