Features

Validation

Check data quality rules and route failures through workflows.

What It Does

Validation checks whether a dataset meets defined rules. It can report problems, fail a workflow, or skip following workflow steps depending on the configured action.

When To Use It

Use Validation when you need to:

  • Require specific columns before running a workflow.
  • Check unique keys.
  • Require non-empty values.
  • Verify numbers, dates, allowed values, text patterns, or email-like text.
  • Stop exports when data quality checks fail.

How To Use It

  1. Add a Validate Dataset step or open the validation inspector.
  2. Choose one or more rules.
  3. Set severity to Critical, Warning, or Info.
  4. Choose the branch action: Warn / Continue, Fail Workflow, or Skip Next Steps.
  5. Preview failed rows or run the workflow.

Supported rule types include Required Columns, Unique Key, Non-empty Values, Type Check, Number Range, Date Range, Allowed Values, Text Contains, Text Pattern, and Email-like Text.

Notes

  • Validation templates include Required Fields, Unique Key, Contact List, Financial Dataset, and Inventory Dataset.
  • Failed-row previews are intentionally limited for review.
  • Use Missing Values for exploratory completeness reports; use Validation for rules that should affect workflow behavior.

Screenshots

Rowpath Validation screenshot.
Validation