Maybe this is known behavior, but I noticed that when using the following dataset name in an Excel Feature writer in FME Server, that the expression was not evaluated correctly when using the Data Download or Data Streaming services.
This is a known issue (FMESERVER-10821), we do not currently have plans to address this, however I have assigned this question to the issue so that you are updated if any changes are made in future.
As a workaround, please create the Excel filename as an attribute in an AttributeCreator/Manager first e.g.
New Attribute = filename
Attribute Value = testfilename_@DateTimeFormat(@DateTimeNow(),%Y%m%d).xlsx
Then specify this new attribute in the Feature Writer Dataset parameter.
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.
This is a known issue (FMESERVER-10821), we do not currently have plans to address this, however I have assigned this question to the issue so that you are updated if any changes are made in future.
As a workaround, please create the Excel filename as an attribute in an AttributeCreator/Manager first e.g.
New Attribute = filename
Attribute Value = testfilename_@DateTimeFormat(@DateTimeNow(),%Y%m%d).xlsx
Then specify this new attribute in the Feature Writer Dataset parameter.