Data normalization

  • Release version: Australia
  • Updated March 12, 2026
  • 2 minutes to read
  • 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:

    Table 1. Supported field types for 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.

    Reference field type showing extracted vendor value matched to a company name in the reference table.

    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.

    Data extraction integer field and its converted value field.

    Data extraction date field and its converted value field.

    You can adjust the converted date value by selecting Edit.

    Note:
    In some cases, the data extracted from the document may not be in a valid format to be converted. For example, if Content Understanding read the letter O instead of a number 0 in a date field (11.12.2o23), then it would not be converted. In this case, edit the field to the correct format.

    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.