IDEA:
We are merging two HubSpot accounts and had the need to compare properties in the two accounts. I came up with this as the easiest way to export properties.
- Build a list of just one contact (for simplicity) and export it to Excel with ALL properties. That will give you an Excel sheet with a large number of columns.
- From there it’s easy to use the Excel feature to “transpose” columns into rows. Transpose (rotate) data from rows to columns or vice versa | Microsoft Support.
- Then you have your list of contact properties.