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.
You could write a JavaScript that looks for the author property and moves it to the specified space when there is a match? Take a look at the backup.js example where they copy a file and the WIKI page for more information.