Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Need help forming the table. As you can see there a few column where the headings are, just want 1 line of heading at the start and split the data, as the data in 1 row, instead of columns
Import the data into Alteryx and then add RecordID tool. Add Summarise Tool and then Group data based on first column and Mix RecordID. Now you will have the first RecordID for the headers, filter out all the RecordIDs that are smaller and now You Dynamic Renaming tool and make the first row into Headers. All what you are left now is to filter out all the rows that does not containing the data. Obviously this is a high description on what to do. There will be additional steps that requires however you should be able to figure out how to do it.