Greetings all.
Hope you're all doing great.
I have a long list of names. Most of them are of the format:
1) First Name + Last Name = John Smith
2) First Name + Middle Name + Last Name = John Alan Smith
Now in this list there is another format, in which I'm mostly interested in:
- Name + Last name + an 8 digit number + country code = John Smith 13798229 UK or Bob Alan Smith 17522691 AU
Does anyone know any method on how to separate these rows that have this format from the list and put them in a different one?