web / lib/services/schema-detection/utilities
lib/services/schema-detection/utilities
Detection utility functions.
These utilities can be used by custom detectors to leverage the built-in detection logic while customizing other aspects.
References
DetectionOptions
Re-exports DetectionOptions
ValidatorConfig
Re-exports ValidatorConfig
detectGeoFields
Re-exports detectGeoFields
FieldMappings
Re-exports FieldMappings
detectFlatFieldMappings
Re-exports detectFlatFieldMappings
toFlatMappings
Re-exports toFlatMappings
detectEnumFields
Re-exports detectEnumFields
detectIdFields
Re-exports detectIdFields
detectPatterns
Re-exports detectPatterns
enrichEnumFields
Re-exports enrichEnumFields
looksLikeCoordinate
Re-exports looksLikeCoordinate
looksLikeId
Re-exports looksLikeId
detectLanguage
Re-exports detectLanguage
detectLanguageFromText
Re-exports detectLanguageFromText
extractTextForLanguageDetection
Re-exports extractTextForLanguageDetection
isSupportedLanguage
Re-exports isSupportedLanguage
LANGUAGE_NAMES
Re-exports LANGUAGE_NAMES
SUPPORTED_LANGUAGES
Re-exports SUPPORTED_LANGUAGES
FieldPatternMatch
Re-exports FieldPatternMatch
COMBINED_COORDINATE_PATTERNS
Re-exports COMBINED_COORDINATE_PATTERNS
COORDINATE_BOUNDS
Re-exports COORDINATE_BOUNDS
detectFieldMappings
Re-exports detectFieldMappings
FIELD_PATTERNS
Re-exports FIELD_PATTERNS
LATITUDE_PATTERNS
Re-exports LATITUDE_PATTERNS
LONGITUDE_PATTERNS
Re-exports LONGITUDE_PATTERNS
validateFieldType
Re-exports validateFieldType