 | This guide will help you explore the Validate operation. |
Validate Description
The Validate operation is designed to divide a source data into two separate tables according to a specified criteria. The first output table contains the records that meet the criteria (TRUE), while another one contains the rest of the records (FALSE).

 | The Validate node is "transparent", i.e. the source data structures are duplicated at the target. Please note that the whole record is being transferred, not only the fields which meet the criteria. |
Validate Configuration
The process of configuring the Validate operation is very close to setting up the Filter node.
Filter Operation Guide

 | The Filter operation is an instance of the Validate node, where the output table consits of the TRUE records only. |