Hello,
Newbie to FME here, trying to create a simple script to move multiple pdf files all located in one folder to multiple folders which match the name of the folder. Tried using File Copy Writer but had no luck.
Hello,
Newbie to FME here, trying to create a simple script to move multiple pdf files all located in one folder to multiple folders which match the name of the folder. Tried using File Copy Writer but had no luck.
Do you mean “Move the PDF to a folder with the same name as the PDF File”?
Simplest approach perhaps:
Note: Don’t need FilenamePathExtractor if set the separate PATH Reader Parameter “Retrieve File Properties” to Yes, but sometimes that exposes more information than want on the Workspace and is a little slower to read.
Example workspace
You can use transformer “RenameFile” on FMEhub that I created it. Hopefully it help you