Export All Properties in CSV.

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.

  1. 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.
  2. 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.
  3. Then you have your list of contact properties.