• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum LookupNoMatchBehavior

Namespace:
Varigence.Languages.Biml.Transformation
Assembly:
Biml.dll
C#
    public enum LookupNoMatchBehavior
    
  

Fields

FailComponent

Specifies that the failure to match should cause the execution of the component to fail.

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.

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.

© Varigence