Is there a way to merge rows while preserving data?
For example, i upload a list of companies with multiple physical locations and each location is its own row.
Is there a way to create one company row and then fill the location data into multiple columns within that row?
Would it better if i did this via python script before importing to clay?