Detailed Description of Filter

Controls the processing of each data record and determines if the record can pass through in the data flow. Only data records that satisfy the given condition will be allowed to pass through.

For a detailed description of the construction of expressions, please refer to the section expressions.


Top of page

Example: Example
<step id='condition' className='cz.adastra.cif.tasks.conditions.Filter'>
        <properties>
                <condition>validity = TRUE AND score &lt; 1000</condition>
        </properties>
</step>

iWay Software