Skip to main content

Enum LookupNoMatchBehavior

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum LookupNoMatchBehavior

Fields

FieldsDescription
FailComponentSpecifies that the failure to match should cause the execution of the component to fail.
IgnoreFailureSpecifies 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.
RedirectRowsToErrorOutputSpecifies 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.
RedirectRowsToNoMatchOutputSpecifies 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.