I would like to extract only the last word of each row in a column.
I have a lot of rows with product names (all different lengths and different amount of words) within one column.
Now I would like to extract always the last word of each row and write it into a new column.
For example. I have a column called “Products” and in the cells I have the following texts
One way you can do this is with the Cell Splitter and Column Aggregator nodes. Start with the Cell Splitter to deliminate on spaces, this will give you a column for each word. Then use the Column Aggregator to grab the final column in each row to keep, make sure to uncheck the missing box so you ignore those. That will just leave you with the final word.
Here’s a quick little sample workflow showing it.
Hope this helps!