Hi Alteryx Community! I am trying to extract names from data that also includes information that I do not need, which is located to the left and right of the full name. As evidenced below:
Customer Name: JAMES SMITHS Vehicle Number: 12345678
I would like to have the output extract, "FIRSTNAME LASTNAME" and remove all other information.
I have tried REGEX, Left() and Right(), but I cannot seem to find the solution. Any help would be greatly appreciated!