I have a name column with a full name: example Bob Dylan and am joining to another dataset by name. I'm having issues and believe its due to extra white space after the last name.
I tried using Replace text, regEx, \s, but that just removed all white space creating BobDylan.
Any thoughts here?