I’m hoping someone can assist me with this inquiry. I have built a DT that contains Employee Names. I need to “add data row”. The array I have input has multiple objects, but I need to “Split” the names as Last name first, First name last. Please note that some names can contain middle names on them.
The current output has first name last name. exp: John Luis Smith
I need output to read : Smith, John Luis
Does anyone know how I can accomplish this? Any assistance will be appreciated.
I think you just answered my question. I was hoping I didn’t have to separate it, but from what I have read online and yourself. Separation might be the only solution. Thanks anyway.