Does anyone have advice on how to only bring in one file from a zip file where the file names within the zip change every day?
Thanks!
Does anyone have advice on how to only bring in one file from a zip file where the file names within the zip change every day?
Thanks!
Unless the files are huge, how about just reading everything, then filter the relevant file in your workspace using fme_basename or fme_dataset?
David
I can reproduce the behavior. Or you unzipp your folder first and then hit the 'prompt and rund' button of FME. Then you have the full controll which dataset you read...
Or you use the filter option, as David said...
Best regards,
Stefan