Enum FuzzyGroupingTransformNumeralOption
Namespace: Varigence.Languages.Biml.Transformation
Assembly: Biml.dll
C#
public enum FuzzyGroupingTransformNumeralOption
Fields
| Fields | Description |
|---|---|
| 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. |