Is there a way to add a random character to the middle initial?
For example: Client does not have a middle initial (Joe Smith). Bot extracts the value and puts a random character after the first separator ( which is a space), then it adds another space so now we have 2 space separators (Joe J Smith).
If the client already had a middle initial (Joe J Smith), then the bot would still add the random character and we would still only have 2 separators (Joe XJ Smith), and thus could use the List Solution.
What would the vehicle be for adding that random character?