This should be strait forward.
you can split the string using IML at the “space” Between the names. and take 1st slot in the returned array for the first name, and 2nd slot for the last name.
this is more complicated if middle name or initial is included, or worse, if names have an inconsistent format.
let me know if you need more details than this i can provide some visual examples