I have a collection of .zip files (ie. AB_170203, BC_180203) that I would like to move from one drive to another for archiving purposes. I have a tester set up to separate the .zip based on date and now I just need the .zip's to move.
Writer Parameters
File Operation:MOVE
Copy Source Folder: No
Copy Subfolders: Yes
The process will complete but nothing moves.
Best answer by david_r
For the FILECOPY writer, you'll have to specify the following three parameters for each incoming feature:
filecopy_source_datasetContains the source filename (wildcards are supported)filecopy_dest_datasetContains the target directoryfilecopy_dest_filenameContains the target filename. Empty = preserve source filename
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
For the FILECOPY writer, you'll have to specify the following three parameters for each incoming feature:
filecopy_source_datasetContains the source filename (wildcards are supported)filecopy_dest_datasetContains the target directoryfilecopy_dest_filenameContains the target filename. Empty = preserve source filename