Skip to main content

Enum FuzzyGroupingTransformNumeralOption

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


public enum FuzzyGroupingTransformNumeralOption

Fields

FieldsDescription
LeadingSpecifies that numeral values at the beginning of the column should be removed before comparing with other columns.
LeadingAndTrailingSpecifies that numeral values at both the beginning and the end of the column should be removed before comparing with other columns.
NeitherSpecifies that all numeral values in the column should be compared.
TrailingSpecifies that numeral values at the end of the column should be removed before comparing with other columns.