Skip to main content

Hey Folks.

I’m trying to move files from one folder to another after execution but it’s not working properly.

I have tried using filecopy writer by selecting move option, but copy is working properly but its not move.

I have also created attributes - filecopy_source_dataset, filecopy_dest_dataset, filecopy_dest_filename. But I’m not getting what value should i give into these attributes.

Kindly help.

 

Thanks in advance

For moving a file, you only need filecopy_source_dataset. This is the original filepath to the file you want to move, for example:

C:\TMP\New folder (158)\from\file.txt

Then you put that in the FeatureWriter type File Copy. Dataset must be target folder, for example:

C:\TMP\New folder (158)\to

Subfolder name must have a value but can be ignored. Use the following parameters:

This setup will move the file “file.txt” from the path “C:\TMP\New folder (158)\from” to the path “C:\TMP\New folder (158)\to”.

Sample attached.


Reply