First Name | Last Name | Middle Name |
---|---|---|
Max | Williams | J |
Tom | Ford | |
Claire | Jenson | |
Bailley | Salon | Carson |
Ben | Hamford | T |
Beck | Jecko | |
Tommy | Gun | G |
How do you add First, Middle and Last names, all in one Set.
First Name | Last Name | Middle Name |
---|---|---|
Max | Williams | J |
Tom | Ford | |
Claire | Jenson | |
Bailley | Salon | Carson |
Ben | Hamford | T |
Beck | Jecko | |
Tommy | Gun | G |
How do you add First, Middle and Last names, all in one Set.
Try the āString Manipulationā node. Then use the expression: string($First Name&+" ā+$Middle Name$+ā ā+$Last Nameā).
Hi there,
@HansS you had Column Combiner node in mind? Not sure Column Appender node can do that
String Manipulation node can be nice in this case as it offers customizing with commas and/or dots on preferred positions.
Br,
Ivan
Or you could Unpivot, and then Pivot using the List or Concatenation aggregation methods.
Sorry, Iāll see myself out
@ipazin you are right I had the Column Combiner node in mind. @shubhamss Excuses for the confusion
This is the data structure (I have): List (Collection of: Set (Collection of: String))
Where the List contains a set of First, Last and Middle Name. I intend to see if any of the names shows up in a comment (This comment has been broken down by spaces and may contain first, last and middle names).
Hi @shubhamss
a KNIME workflow with an some (example) data will be helpful to find a solution.
gr. Hans
I have sensitive data which I wonāt be able to post on a public forum. Thanks for all your assistance. I felt like the matching could have using similarity search or string matcher. But the results are not accurate. So at the moment I am not sure of the specific nature of the string which leading to them default, when I crack that. I will post a example workflow.
Thanks
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.