Volume

Monitor number of records, non-NULL values, duplicates, unique values, and so on.

Validator Overview

You can configure volume validators to monitor the following metrics:

Metric OptionsDescription
CountValidates the number of total rows.
PercentageValidates the percentage of rows passing certain filter criteria.
Duplicate CountValidates the number of duplicates.
Duplicate PercentageValidates the percentage of duplicates.
Unique CountValidates the number of unique rows.
Unique PercentageValidates the percentage of unique rows.

Field selection

For metrics Duplicates count, Duplicates percentage, Unique count and Unique percentage you have to specify one or several fields. Specifying several fields means field values are concatenated before being counted, which is, for example, useful when validating uniqueness of composite keys.

For metrics Count and Percentage you can pick No field (use record) to count entire records. You can also pick a specific field to count non-NULL values in that field.

📘

For duplicate and unique metrics, Validio includes NULL values in the counts, unless you apply a NULL filter to remove them.

Metric Configuration Parameters

ParametersDescription
MetricSelect the metric to calculate. See the Metric Options table.
FieldSelect a source field from a list of available fields with numeric data type.
Filter(Optional) Select from a list of filters or create a new filter to specify which records to include.
WindowSelect from a list of windows or create a new window to specify how to aggregate the data.
Slide config(Optional) Specfy the number of previous windows to include in each stride. Default is "No slide config".
Segmentation(Optional) Apply segmentation to analyze data in separate groups. Default is Unsegmented.