Enum DictionaryLookupRowTreatment
Used by the dictionary lookup transforms to control the action taken for each row passing through the transform.
Namespace: actionETL
Assembly: actionETL.dll
Syntax
public enum DictionaryLookupRowTreatment
Fields
| Name | Description |
|---|---|
| Discard | Discard the row. |
| Found | Send the row to the output for rows where the key is found, i.e. FoundOutput or Output. |
| NotFound | Send the row to the output for rows where the key is not found, i.e. NotFoundOutput or ErrorOutput. |
| Reject | Send the row to the |
| RejectAndError | Send the row to the |
| RejectAndFatal | Send the row to the |
See Also
DictionaryLookupSplitTransform<TInputOutputError, TDictionaryInput, TKey, TValue>
DictionaryLookupSplitTransform<TInputOutputError, TKey, TValue>
DictionaryLookupTransform<TInputOutputError, TDictionaryInput, TKey, TValue>
DictionaryLookupTransform<TInputOutputError, TKey, TValue>