|
| CompareType | | NotEqual |
| LessThanOrEqual |
| LessThan |
| GreaterThanOrEqual |
| GreaterThan |
| Equal |
| (Required) Defines the type of comparison to perform. |
| ExceptionDataID | | Defines an ETL ID value that can be used to address the exception data that was removed by the filter.
The value of this attribute may be referenced by a DataLayer.ETL, LoadDbTable, SaveData, or any other element that supports the EtlElementID attribute. |
| ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
| LeftCompareColumn | | (Required) The name of a column used for the "left" side of the comparison.
|
| RightCompareColumn | | (Required) The name of a column used for the "right" side of the comparison.
|