Hello community,
I'm rather new to the Alteryx tool and I'm looking for some assistance if possible.
I have a table (example below), which contains a raft of repeating data fields, but with alternating responses.
| Unique Reference | A |
| Name | A Person |
| DoB | 01/01/1970 |
| Unique Reference | B |
| Name | B Person |
| DoB | 01/02/1980 |
| Unique Reference | C |
| Name | C Person |
| DoB | 01/03/1990 |
What I am aiming to achieve is to convert data like the above to a simple running data table like the below.
| Unique Reference | Name | DoB |
| A | A Person | 01/01/1970 |
| B | B Person | 01/02/1980 |
| C | C Person | 01/03/1990 |
Any assistance would be greatly appreciated and thank you in advance.
Kind regards,
Jamie