Skip to main content
Solved

Is there a way to change generated FME engine result zipped file name?

  • March 27, 2025
  • 2 replies
  • 45 views

panda
Enthusiast
Forum|alt.badge.img+20
  • Enthusiast
  • 79 replies

I’m wondering is there a way to add like datetime stamps to the engine result zipped file name? I know this need to be unique but would be nice to add datetime stamps to it while have it remain unique.
 

 

Best answer by j.botterill

HI Panda, I suspect you might need to use a scripted parameter that returns the server resource file path. Something like this to include the FME_JOB_ID folders as per this article 

 Have you published the workspace with the DataDownload service here? The zipped result will likely include writer/featurewriter name

ttps://docs.safe.com/fme/2025.0/html/FME-Form-Documentation/FME-Form/Workbench/fmeflow-register-workspace.htm

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

j.botterill
Influencer
Forum|alt.badge.img+53
  • Influencer
  • 395 replies
  • Best Answer
  • March 28, 2025

HI Panda, I suspect you might need to use a scripted parameter that returns the server resource file path. Something like this to include the FME_JOB_ID folders as per this article 

 Have you published the workspace with the DataDownload service here? The zipped result will likely include writer/featurewriter name

ttps://docs.safe.com/fme/2025.0/html/FME-Form-Documentation/FME-Form/Workbench/fmeflow-register-workspace.htm

 


panda
Enthusiast
Forum|alt.badge.img+20
  • Author
  • Enthusiast
  • 79 replies
  • March 28, 2025

HI Panda, I suspect you might need to use a scripted parameter that returns the server resource file path. Something like this to include the FME_JOB_ID folders as per this article 

 Have you published the workspace with the DataDownload service here? The zipped result will likely include writer/featurewriter name

ttps://docs.safe.com/fme/2025.0/html/FME-Form-Documentation/FME-Form/Workbench/fmeflow-register-workspace.htm

 

Thank you for your reply!! I’ll try this!