I am working on a project using data from the City of Chicago database, analyzing employee payroll and employee reimbursements. I'm having the issue that some of the name columns are simply first name and last name, while others are formatted such as "Last name, First name", "Last Name, First name Middle initial", "Last Name Jr (or Sr.), First Name) and a variation of those. One of my main goals is to find names that aren't in the payroll that are receiving employee reimbursements. However, with the way the names are formatted, it's hard to match names from the reimbursements to the payroll. I've tried a few things to separate the values and put them back together so they are all "First name Last name", but I have been unsuccessful. Does anyone know a way in Alteryx to fix this issue or at least get me on the right track? I have attached my tableau packaged workbook