BanS
1
Hello, I need help with one task. I need to separate the columns, but everything is more complicated than it seems.
For example, I extract two columns from the database, ColumnA and ColumnB.
The ColumnA includes the data with a code, and ColumnB includes the product code.
Here’s an example:
I need to split the data with “;” so that the output is a table like this:
How can I do this using KNIME nodes? Perhaps I could do this with just a Java Snippet node?
takbb
2
hI @Bans, use Cell Splitter to split ColumnB with “;” as delimiter, and have it create a List
(you could also tick Remove input column)
Follow that node with an Ungroup node, and then Column Renamer and you should be done.
3 Likes
hmfa
3
Like this
TEST.knwf (73.9 KB)
Br
1 Like
BanS
4
Thank you very much! It worked.
hmfa
5
Hi @BanS.
Please mark @takbb response as a solution.
Br.
3 Likes
system
Closed
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.