I have following situation:
- Master workspace A (including 1 FMEServerJobSubmitter for Workspace B)
- Workspace B containing a linked custom transformer
Workspace B generates the actual output (GML). The output location can not be defined by me because of a known issue (decision of Safe). Workspace A moves the data from the default location (based on attribute output_datasets{}.path) to the desired location. When doing this I would also like to zip the GML file.
This is possible when the Destination File Copy Directory is like ...\\result.zip
Both the actual output name should be set by an attribute like ...\\attributA.zip
In order to do that I create attributes filecopy_source_dataset, filecopy_dest_Dataset and filecopy_dest_filename
But by doing this, the created zip file is corrupt.It seems that just the extention "zip" is added but the data is not zipped.
Is there a way to move and zip a file and define the zip name based on an attribute?
Thanks,
Rob