This workflow shows how to convert a string of separated items by comma into a list of items and from it, how to generate from the list a new row per item.
For instance, the following table:
Topic Related Number
Label 36,23
Material 35
Engine 36,12,53
is converted into the next one:
Topic Related Number
Label 36
Label 23
Material 35
Engine 36
Engine 12
Engine 53
Workflow
20230620 Pikairos Copy One Row In Multiple Rows With Delimiter
External resources
Used extensions & nodes
Created with KNIME Analytics Platform version 4.7.4
- Go to item
- Go to item
- Go to item
Legal
By using or downloading the workflow, you agree to our terms and conditions.