I wanted to split a value from a field into 3 (Title, Name, and Last Name). Please see sample below. The thing is, some times, the name has 2 names or the title changes so I don’t know how to handle it. Thanks
Data
Name
Mr. James Callos
Mr James Callos
Mister James Callos
Miss Joy Aquino
Mrs. Joy Aquino
Ms Angela Joy Aquino
Hello @mz3bel thanks for this! but I need to split or output the name field into 3 fields which are Title, First Name, and Last Name. and If I use space, won’t there will be a problem if there is second name in it? Thanks
Sorry, what I meant was because the Name field sometimes has two names (for example: Ms Angela Joy Aquino). So if we use Split(“Mister James Callos”," ")(1)… then the output will be
Hello @Yoichi sorry, I don’t know how to use that. Could you please share at least a screenshot of matches activity using the pattern you provided? Thanks