Documentation Index
Fetch the complete documentation index at: https://docs.thedatacity.com/llms.txt
Use this file to discover all available pages before exploring further.
Converting Company Data from New Format to Old Format
What you’ll get: One row per company with all location names combined in a single column, separated by commas. Time required: 5-10 minutesOverview
Your download now comes in two separate tabs:Steps
- Prepare your data
- Download the data from the platform and ensure both Companies and Locations tabs exist
- Open a blank Excel file
- Load data into Power Query
- Go to Data > Get Data > From Other Sources > From Workbook
- Select your Excel file you’ve just downloaded and choose both tables
- Load them into Power Query Editor by selecting Transform Data (bottom right)

- Sometimes Excel will do this for you but you need to promote the headers so we can used named columns.

- In Power Query Editor, select the
- Go to Home > Combine > Merge Queries as New
- Select
- Join on
- Choose Left Outer join type

- Create concatenated columns
- In the ribbon, click Add Column tab
- Click Custom Column
- New column name: Type “LAname_Combined”
- Custom column formula: Copy and paste this exactly:
- Click OK

- Repeat Step 4 as necessary
- For LAcode data, click Add Column > Custom Column
- New column name: Type “LAcode_Combined”
- Custom column formula:
- Click OK
- For Postcode data, click Add Column > Custom Column
- New column name: Type “Postcode_Combined”
- Custom column formula:
- Click OK
- Repeat for any other location columns you need (Constituencies, ITL regions, etc.)
- Clean up and load
- Remove intermediate columns
- Close & Load to get your final table