My steps to extract the data:
1. Utility - Strings, Action ""Remove Non-word Charachters"" --> Output: last name, first name,
[email protected]; last name2, first name2,
[email protected]; last name3, first name3,
[email protected]
2. Utility - Strings, Action ""Split Text"" with Semikolon --> Output: Column1
row1 last name, first name,
[email protected]
row2 last name2, first name2,
[email protected]
row3 last name3, first name3,
[email protected]
An now I'm not sure what I have to do.