Hello All,
I have reports where one of the cells contains several "key/value" pairs. I'd like to create new columns where the keys from the cell will be column headers and the values will be listed beneath them.
Current data:
| Form Response |
| Position - CSP;Role - IT Analyst;Practice/Office: - India;Region: - APAC;Contact name: - John Doe;Email: - johndoe@email.com;Vendor contact name: - TEST VENDOR;Email: - vendor@email.com;The fees shall be invoiced - Upon milestone;This SOW shall commence upon the (“Effective Date”) hereof - 03/03/20;This SOW shall expire - 03/10/20 |
Desired output (Not all key/value pairs are included from the above cell. This is an example):
| Position | Role | Practice/Office | Region | Contact name | Email |
| CSP | IT | India | APAC | John Doe | johndoe@email.com |
I'm including a screenshot of a test document. I'm just beginning to learn Alteryx so any help is appreciated.
Thank you.