Skip to main content
Solved

FME Flow HTML report after translation

  • September 16, 2024
  • 2 replies
  • 56 views

bjoern
Contributor
Forum|alt.badge.img+2

Hello FME community,

I have a workspace that uses the FileCopyWriter to move files from folder a to folder b. After that, FME Flow should show the user an HTML report showing which files were moved and the path.

I thought I could use data streaming service for this. But then the files are written to a ZIP file instead of being moved to the correct folder. The HTML-report is in this ZIP file too.

So is there a way to achieve my goal or is this impossible?

Thanks for any help

Best answer by redgeographics

When you publish the workspace you can pick which writers to include in the Data Streaming service, it sounds like the FileCopy writer was included, so make sure to untick that one.

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

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • Best Answer
  • September 16, 2024

When you publish the workspace you can pick which writers to include in the Data Streaming service, it sounds like the FileCopy writer was included, so make sure to untick that one.


bjoern
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 3 replies
  • September 16, 2024

That's the trick. thank you very much!