Skip to main content
Question

Create an excel file before opening it

  • May 28, 2018
  • 2 replies
  • 12 views

Hi,

I have an FMW file that runs various SQLexecutors and produces an excel file. Once the file is created I would then like to open it for the user to view/edit/save etc. I have the transformers to do all this, the problem I have is delaying the opening of the file, calling the SystemCaller transformer AFTER all the SQLexecutor transformers have been run and the excel file has been created.

Thanks

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

david_r
Celebrity
  • 8394 replies
  • May 28, 2018

Try using the FeatureWriter rather than the regular Writer. You can then let the summary feature trigger the SystemCaller.


lars_de_vries
Forum|alt.badge.img+10

Or perhaps you could use a python shutdown script to open the file.