Enum FuzzyGroupingTransformNumeralOption
C#
public enum FuzzyGroupingTransformNumeralOption
Fields
| Leading | Specifies that numeral values at the beginning of the column should be removed before comparing with other columns. |
| LeadingAndTrailing | Specifies that numeral values at both the beginning and the end of the column should be removed before comparing with other columns. |
| Neither | Specifies that all numeral values in the column should be compared. |
| Trailing | Specifies that numeral values at the end of the column should be removed before comparing with other columns. |