TableComparisionTO Data Type

Abstract Type
Properties
name data type description
tableTwo string
tableOneUniqueFields array of string
commonFields array of string
overlapPercent number
tableOne string
tableTwoUniqueFields array of string
virtualFolder string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "tableTwo" : "...",
  "tableOneUniqueFields" : [ "...", "..." ],
  "commonFields" : [ "...", "..." ],
  "overlapPercent" : 12345.0,
  "tableOne" : "...",
  "tableTwoUniqueFields" : [ "...", "..." ],
  "virtualFolder" : "..."
}