I have a String, which contains a list of names in a specific format ("Surname" "," "Firstname")
and i want to convert the string into an array.
The names are gathered from a CSV file, placed in an initial array, separated and are then formatted.
I want to put the formatted names back into an array. How would i do this?