Writing a file on demand

Hi,
I only want to write a xlsx file if certain conditions apply. Is there a possibility to prevent the write node from executing?

@knimerin you can use a CASE Switch Start – KNIME Community Hub node to decide to run a (writer) node or not.

You could take a look at this example in the green box:

3 Likes

Hello @knimerin

Could you please provide an example of a condition that needs to be met for an ‘if’ statement, and if that condition is not met, what action you would like to take in the ‘else’ clause?

Additionally You can use the

and

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.