I have a workbench that writes three mapinfo tables to a folder on one file server which I then want to filecopy the mapinfo tables to a folder on a different file server.
I think I've got it to work, but I wanted to confirm.
I use three FeatureWriters to write the mapinfo tables to a folder on the first file server. Then all three FeatureWriters go to a single FileCopy transformer.
The parameters for the FileCopy are;
Destination File Copy Folder = folder on first file server
filecopy_source_dataset = folder on first file server
filecopy_dest_dataset = folder on second file server
filecopy_dest_filename = <blank>
Is this correct?
I have the address of the first file server in twice, once for the Destination File Copy Folder and again for filecopy_dest_dataset. Do I really have to enter this twice?
filecopy_dest_filename is blank, which means I get a red arrow. But it runs anyway. Should I really leave this blank?
It all seems to work, but it feels like I have not configured it correctly