Hello,
I have data in one column that looks like the below:
Role |
| username1 |
| 7/27/2023 |
| username2 |
| 7/28/2023 |
I am trying to split it up to keep the usernames underneath the role and put the dates in the column next to the username. It will always be the case that the data below will belong to the username above, similar to this:
| Role | Date |
| username1 | 7/27/2023 |
| username2 | 7/28/2023 |
Is there a way to do this in Alteryx?