I’m trying get a total word count for a column, which sounds very easy, but I can’t find the appropriate KNIME nodes to carry this out. My data looks like the following:
TITLE
engineer
academic researcher
intern
data scientist
I’m looking for a node that will count all individual words in such a column and return 6 for the above example. I have already de-duped the column so just a word count will suffice.
What you can do is to use String Manipulation node and count number of spaces which appear in cell. Then use Math Formula node to add 1. Then sum it with Group by node.