FuzzyGroupingMatchType Enumeration
The FuzzyGroupingMatchType enumeration provides options for how a SQL Server Integration Services Fuzzy Grouping transformation will handle a column comparison.
Enumeration Values
Name | Summary |
---|---|
Fuzzy | Specifies that the column will be grouped using fuzzy matching. |
Exact | Specifies that the column will be grouped using exact matching. |
PassThrough | Specifies that the column value will pass through to the output without grouping. |