Data Catalog

The Data Catalog provides details about the data ATTOM currently makes available via ATTOM Cloud. It is presently available as a SQL Table and as an Excel® spreadsheet.

SQL

The Data Catalog is provided as a SQL table called AttomDataDictionary. In the interest of providing transparency, we have provided a complete list of the data available within ATTOM Cloud, not just the data to which you are currently subscribed.

Example:

The following SQL Query could be used to generate a list of all the Columns for each Table currently available in ATTOM Cloud

Select
    [Table Name],
    [Column Name],
    [Extended Property] As Description,
    [Data Type],
    [Length Of Column] As Length
From
    ADW.AttomDataDictionary
Order By
    [Table Name],
    [Column Name]

Excel

The data catalog is also available as an Excel®workbook

Download an Excel version of the Data Catalog

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.