Builder

class Builder

Properties

Link copied to clipboard

The total number of records that were input for processing.

Link copied to clipboard

The total number of records that did not get processed.

Link copied to clipboard

The total number of records that were mapped.

Link copied to clipboard

The total number of mapped source records.

Link copied to clipboard

The total number of distinct mapped target records.

Link copied to clipboard

The total number of records that were processed.

Link copied to clipboard

The number of records remaining after loading and aggregating duplicate records. Duplicates are determined by the field marked as UNIQUE_ID in your schema mapping - records sharing the same value in this field are considered duplicates. For example, if you specified "customer_id" as a UNIQUE_ID field and had three records with the same customer_id value, they would count as one unique record in this metric.