Builder

class Builder

Properties

Link copied to clipboard

The number of records processed that were marked for deletion in the input file using the DELETE schema mapping field. These are the records to be removed from the ID mapping table.

Link copied to clipboard

The total number of records that were input for processing.

Link copied to clipboard

The number of mapped records removed.

Link copied to clipboard

The number of source records removed due to ID mapping.

Link copied to clipboard

The number of mapped target records removed.

Link copied to clipboard

The number of new mapped records.

Link copied to clipboard

The number of new source records mapped.

Link copied to clipboard

The number of new mapped target records.

Link copied to clipboard

The number of new unique records processed in the current job run, after removing duplicates. This metric excludes deletion-related 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 your current run processes five new records with the same UNIQUE_ID value, they would count as one new unique record in this metric.

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 de-duplicated processed records across all runs, excluding deletion-related 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.