Match Criteria Operators
The following operators are used to define Match Criteria expressions:
Description |
|
= |
The selected field is equal to the value. |
> |
The selected numeric or date field is greater than the value. |
>= |
The selected numeric or date field is greater than or equal to the value. |
< |
The selected numeric or date field is less than the value. |
<= |
The selected numeric or date field is less than or equal to the value. |
!= |
The selected field is not equal to the value. |
AND |
Used to evaluate more than one field. All fields must match in order for the value to be imported. The following example shows how this is configured:
|
OR |
Used to evaluate more than one field. At least one field must match in order for the value to be imported. The following example shows how this is configured:
|