delta

Compare data extracts, and return unique rows into a new data extract.

This guide explains how to configure the delta instruction. To learn about another instruction, go back to the Available custom script instructions overview.

Introduction

Use the delta instruction to return a delta of your data extracts. A delta is a comparison of data extracts that finds unique rows, and returns these rows in a new data extract.

Creating a custom script enrichment using the delta instruction

To create and configure a custom script using the delta instruction, follow these steps:

  1. Create a custom script enrichment.

  2. In the Instructions step, select the delta instruction.

  3. To configure the custom script instruction, fill in the following fields. Required fields are marked with an asterisk (*).

All

Select this checkbox to include all previous data extracts from the datastream in the comparison.

Distinct

Select this checkbox to create a new data extract that contains the unique rows found using the comparison.

Include Tags

Enter keywords to include specific data extracts in the comparison.

Exclude Tags

Enter keywords to exclude specific data extracts from the comparison.

Presorted

Select this checkbox if the included data extracts are presorted.

Subtable

Enter the name for a subtable that you want to use within this custom script.

A subtable is a temporary table that only exists for this custom script. You can apply additional instructions within the same custom script to the subtable. However, the subtable cannot be used in any other custom scripts.

If a subtable does not exist for the current custom script, the enrichment is applied to the data extract, and the enriched data is output into the subtable. If the subtable already exists for the custom script, the subtable is used as the input for the enrichment and optionally as the output.