Skip to main content
Solved

Move a .zip file from one location to another?

  • February 27, 2018
  • 3 replies
  • 83 views

mbuske

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

More info here:

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/filecopy/Feature_Representation.htm

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.

3 replies

david_r
Celebrity
  • Best Answer
  • February 27, 2018

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

More info here:

http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/filecopy/Feature_Representation.htm


hi. am facing a smiliar issue. is this resolved? . if yes share the solution please


i have added nul in value for filecopy_dest_filename but still the file is not deleted