Folks, how do I make a node dependent on another node that does not have an output connector? I want to write a CSV and then use that in the following step but I am not sure how to make that dependency.
Welcome to the forum.
You can use a flow variable connector to connect the CSV Writer node to subsequent nodes. You will need to right-click on the CSV Writer node and select “Show Variable Ports” and then drag a connection from the output variable port of the CSV Writer node to the node you want to make dependent upon it. The details on flow variables are in the following guide. You don’t actually need a flow variable, but by creating a flow variable connection you can create a dependency.
https://docs.knime.com/latest/analytics_platform_flow_control_guide/index.html#introduction
3 Likes
Perfect. worked a charm. Thank you
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.