Hi, I've come across a problem I don't know how to solve.
I need to pivot multiple rows into multiple columns like the screenshot below, grouped by the business_ID (business_ID appears once with all personal details as new columns)
- The problem is a business ID can have a dynamic number of firstname/surname/address details - as per the data file
- I'm not sure how to correctly pivot the data into 1 row per business_ID with all the required personal details of each person within the business

Any help appreciated. Thanks!
Michael