One workflow for many components

Hi,
I created a workflow consisting a table validator, a meta node and at the end a csv reader node.
No I want to in put each of the components at the beginning (netto_website & frankreich_db) separately. Each component has to go through the table validator and meta node and should be written in a sperate csv file.

Can anybody help me with that? How can I achieve, that the netto_website & frankreich_db component go separately through the workflow in an automatic way?

Thanks!

You could copy and paste each thing you want to do for the components or separate the common element into a separate workflow and use the Call Workflow Service – KNIME Community Hub for each component.

There probably more complex way with loops and such

2 Likes

@bei_paul concatenate the results from the two components and use a loop. Maybe a chunk loop of one and collect the results

2 Likes

Good ideas, thank you very much!

2 Likes