Custom Query

To validate you data file against values in the database:

Example:

Data file contains customer information with ID field as primary key. Orders table in the database has CustomerID field as foreign key to Customers.ID field. It is required that file contains only customers who have orders within the last month.

Custom Query Form

! Note It is possible to use REGEXP operator with query rules. It works by default with Oracle databases that have inbuilt REGEXP_LIKE operator. However custom REGEXP_LIKE function must be created for SQL Server. See this manual for details.