Skip to main content

LookupNoMatchBehavior Enumeration

LookupNoMatchBehavior Enumeration

The LookupNoMatchBehavior enumeration provides options for how the lookup component should handle rows where there was a failure to find a match in the lookup operation.

Enumeration Values

NameSummary
IgnoreFailure
Specifies that the failure to match should be ignored and the value of the column replaced with null. Rows will be directed to the Match Output.
RedirectRowsToErrorOutput
Specifies that the failure to match should be ignored and the value of the column replaced with null. Rows will be directed to the Error Output.
FailComponent
Specifies that the failure to match should cause the execution of the component to fail.
RedirectRowsToNoMatchOutput
Specifies that the failure to match should be ignored and the value of the column replaced with null. Rows will be directed to the No Match Output.