Structured

Structured data has strict patterns applicable to it, and can be of either common or uncommon (ie, domain-specific) formats Common formats

The representation of this data is universal across verticals, products and use cases. Examples: SSN, Zip_Code, Phone, Geo Coordinates (Lat/Long), Date, etc.

Telmai can offer:

Pattern analyzer to identify accepted formats

Frequency analyzer to identify placeholders or over-represented data

Built-in analyzers, normalizers, and validators of such data, like

advanced regex patterns

date normalization and distribution analysis

phone number normalization and

area code distribution analysis

Country code normalization (using references such as ISO country codes) and country based segmentation

Service provider APIs, or external libraries, for validating any of the above (see samples in the Appendix )

Last updated