# Structured

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

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:&#x20;

Pattern analyzer to identify accepted formats&#x20;

Frequency analyzer to identify placeholders or over-represented data&#x20;

Built-in analyzers, normalizers, and validators of such data, like&#x20;

advanced regex patterns&#x20;

date normalization and distribution analysis&#x20;

phone number normalization and&#x20;

area code distribution analysis

&#x20;Country code normalization (using references such as ISO country codes) and country based segmentation&#x20;

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