Objects
Search
direct
transformed
computed
Objects defined
6 +1
Active mappings
46 +4
Coverage
94.2% +1.8%
Drift detected
2 +1
salesforce.Account
8,412 rows
Id id
Name varchar(255)
Website url
Industry varchar(100)
NumberOfEmployees integer
BillingStreet varchar(255)
BillingCity varchar(100)
BillingState varchar(50)
CreatedDate timestamp
OwnerId id
Company
8 properties
id uuid req
name string req
domain string
industry enum
employees integer
headquarters string
created_at timestamp req
owner ref Person
Expression · headquarters
computed Healthy
Expression
CONCAT(BillingCity, ', ', BillingState)
Inputs: BillingCity BillingState headquarters
Sample · row 1 of 8,412
BillingCity "New York"
BillingState "NY"
headquarters "New York, NY"
Last validated 4 minutes ago against 8,412 rows