Cell Splitter Values

I have a column which has a list of values seperated by a comma. For example column "Tags" has values [Professional, Geography,Sensation] in one record.

I want to make this into 3 different records with each value of "Tags" taken one at a time.

 

How can this be performed using Knime?

 

Use the cell splitter node with comma as delimiter.

importantly choose the output to be as List format.

Now use the Ungroup node on this List formatted output column from the cell splitter node.

simon.

It worked. Thanks rchards99