Skip to main content

Analytics CSV Format

  • Configuration.csv (Table associating configurations with models, all by unique ID)
    • ConfigurationId unique ID of a configurations with models
    • ConfigurationId unique ID of an object in the configuration
  • ConfigurationName.csv (Table associating configurations with names by unique ID)
    • ConfigurationId unique ID of a configurations w
    • Name Name of the configuration
  • ContentName.csv (Table associating model objects with names by unique ID)
    • ContentId unique ID of a model object
    • Name Name of the model object
  • DataClassName.csv (Table associating data classes with names by unique ID)
    • DataClassID unique ID of a data class
    • Name Name of the data class
  • ObjectSnapshot.csv (Table associating data classes with names by unique ID)
    • ContentID unique ID of the model object
    • ModelId Internal unique ID of the containing model
    • ObjectTypeId unique ID of the object type for this object
    • ObjectCount
    • CreatedObjectCount
    • UpdatedObjectCount
    • DeletedObjectCount
  • ObjectTypeName.csv (Table associating data classes with names by unique ID)
    • ObjectTypeId unique ID of an object type
    • Name Name of the Object type
  • DataClassName.csv (Table associating data classes with names by unique ID)
    • UserId unique ID of a user
    • Name Name of the user
Information note

The following folders are partitioned by month at the folder level and then daily at the file level

  • Attachment (folder with analytics information about file attachments)
    • yyyymmdd.csv Table aggregating for that day
      • ContentId Model object ID which has attachment
      • ObjectCount
      • AttachmentCount Changed number of attachments
  • Comment (folder with analytics information about comments)
    • yyyymmdd.csv Table aggregating for that day
      • CommentTIme Timestamp for the comment
      • UserId User ID
      • ContentId Model Object ID
      • ObjectTypeId Type ID for the object
      • ObjectId Object ID the comment is applied to
  • DataClass (folder with analytics information about data classes)
    • yyyymmdd.csv Table aggregating for that day
      • DataClassId Unique ID for theDataClass
      • GroupId Group ID
      • ContentId Model Object ID
      • ObjectCount Change in count of objects
  • DataFlowLineage (folder with analytics information about data flow lineage traces)
    • yyyymmdd.csv Table aggregating for that day
      • ContentId Model Object ID
      • ObjectCount Change in count of objects
      • DetailLinkCount Change in count of detail links
      • ControlLinkCount Change in count of ControlLinks
      • ConnectionCount Change in count of Connections.
  • LocalDocumentation (folder with analytics information about local documentation)
    • yyyymmdd.csv Table aggregating for that day
      • ContentId Model Object ID
      • ObjectTypeId Type ID for the object
      • ObjectCount Change in count of objects
      • BusinessNameCount Change in count of business names of objects
      • DescriptionCount Change in count of business definitions
      • CustomAttributeCount Change in count of attached custom attributes.
      • CustomAttributeFieldCount Change in count of attached custom attributes (why different?)
  • Object (folder with analytics information about objects)
    • yyyymmdd.csv Table aggregating for that day
      • ContentId Model Object ID
      • ObjectTypeId Type ID for the object
      • ObjectCount Change in count of objects
      • CreatedObjectCount Count of newly created objects
      • UpdatedObjectCount Count of updated/changed objects
      • DeletedObjectCount Count of deleted objects.
  • ObjectCuration (folder with analytics information about objects curation
    • yyyymmdd.csv Table aggregating for that day
      • ContentId Model Object ID
      • CertificationCount Change in count of certified objects
      • EndorsementCount Change in count of endorsed objects
      • WarningCount Change in count of warned objects
  • Search (folder with analytics information about searches performed
    • yyyymmdd.csv Table aggregating for that day
      • SearchTIme Timestamp for search action
      • Text Search text used
      • SearchResult ???
  • TermDocumentation (folder with analytics information about documentation changes to glossary terms)
    • yyyymmdd.csv Table aggregating for that day
      • EnrichmentType Type of update
      • ContentId Model Object ID
      • ObjectTypeId Type ID for the object
      • ObjectCount Count of changed objects
  • User (folder with analytics information about documentation changes to glossary terms)
    • yyyymmdd.csv Table aggregating for that day
      • TotalCounts Total number of users
      • NativeCounts Total number of native users
      • NamedCounts Total number of named users
      • LockedCounts Total number of locked users
  • UserLogin (folder with analytics information about documentation changes to glossary terms)
    • yyyymmdd.csv Table aggregating for that day
      • UserId Unique ID for a user
      • GroupId ???
      • LoginDate ???Not sure why this is here in a date named file
      • LoginResult TRUE/FALSE, successful or not
      • SessionDuration In minutes

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!