Split each row element into new columns

Hi, i’m new to Knime and couldn’t find an existing thread answering my question.
So here goes:

I have a data set with two columns, where column two has several elements in each row, separated by ‘,’.

I would like to split each element into a new column.

E.g.

Name Command
A apply, fill, open, close
B x, y, z

To

Name Apply fill open close x y z
A 1 1 1 1 0 0 0
B 0 0 0 0 1 1 1

Hi,
I think the Cell Splitter is what you are looking for!
Kind regards,
Alexander

2 Likes

Hi there @eSamurai,

welcome to KNIME Community!

And after splitting each value from Command column into new column you are looking for One to Many node :wink:

Br,
Ivan

1 Like

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