Data normalization
Data extracted from documents is converted into a standard format. This ensures that values appear consistently across all fields, making the data easier to group, analyze, and integrate with other applications.
Data normalization supports integration with other applications on the ServiceNow AI Platform.
Field types
The following field types are converted to support data normalization:
| Field type | Description |
|---|---|
| Date | Standard date format. For example, YYYY-MM-DD. |
| Reference field | A field that uses a field in another table as a standard. Content Understanding matches the extracted data to the standard. For example, a use case has a reference field called Vendor that points to the Name column in the Company table as the reference. When processing a document task, Content Understanding extracts "Degas Dairy Products, Inc" from the document and fills the Vendor field with that value. Content Understanding compares the value to the company names in the reference table and finds "Degas Dairy Products, Inc" as a match. In the document task, "Degas Dairy Products, Inc" is matched to "Degas Dairy Products, Inc" in the reference. |
| Integer | Whole number. For example, 12. |
| Decimal | Number with up to two decimal places. For example, 12.5 or 12.55. |
| Floating point number | Number with up to seven decimal places. For example, 12.0 to 12.0000000. |
Display
A completed data extraction field shows the converted value next to it.
You can adjust the converted date value by selecting Edit.
Ambiguous data
When a document contains ambiguous data, Content Understanding uses the default setting in the use case configuration to determine the correct interpretation. The value requires clarification before it can be converted into a normalized format.
For example, consider a use case with a Date field. The default interpretation of ambiguous dates is set to "Month first." A document containing the date 1/2/2024 is interpreted as January 2, 2024, rather than February 1, 2024.
In such cases, you may need to confirm or correct the interpretation of ambiguous dates. Depending on the configuration of the field within the use case, automated document processing may pause so you can verify that the conversion is accurate.