Enum FuzzyGroupingMatchType
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum FuzzyGroupingMatchType
Fields
| Fields | Description |
|---|---|
| Exact | Specifies that the column will be grouped using exact matching. |
| Fuzzy | Specifies that the column will be grouped using fuzzy matching. |
| PassThrough | Specifies that the column value will pass through to the output without grouping. |