Enum FuzzyGroupingMatchType
C#
public enum FuzzyGroupingMatchType
Fields
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. |