Originally posted by: janhess
Archive File (FILE) Use the Archive File adapter command (FILE) to produce a compressed archive file in the map directory. Data passed from the output card is ignored.
FILE,archive_name,files_to_zip
Option Description
archive_name
Specify the name of the resulting archive file. , The comma is a required separator between options.
files_to_zip Specify the file to be archived. Specify multiple files using a space-delimited list. You can also use standard DOS wildcards (* and ?). Enclose long filenames in double quotation marks (″ longfilename ″).
Note: The files_to_zip must be a fully qualified path. If the file name is not a fully qualified path, a success status is returned by the adapter, but the file is not added to the archive.
So it would help if you name the files to zip.
eg FILE,c:\LogArchive.zip,*.bak
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender