Skip to main content

Enum FuzzyGroupingMatchType

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum FuzzyGroupingMatchType

Fields

FieldsDescription
ExactSpecifies that the column will be grouped using exact matching.
FuzzySpecifies that the column will be grouped using fuzzy matching.
PassThroughSpecifies that the column value will pass through to the output without grouping.