i want to separate names from a column. For example
smith john b & mary
should give me
smith john b
smith mary
i am able to split the name but not able to bring the "last name - smith over to second person"
so i am getting
smith john b
mary <----- want to see "smith mary"
in excel i can use the "left" statement until it find space but not sure how to do this in rapidminer