---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Normalization and transformation data jobs

# Normalization and transformation data jobs {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

The system uses data jobs to change field values during normalization and
transformation.

Administrators must manually start data jobs that apply field changes. All transformation
records open in Test mode by default, which blocks administrators from running manual data jobs
that apply changes to existing data. Most data jobs have a roll back option to revert changes
after the job completes. By default, the system provides these data jobs.  
Note:  
If the Field Normalization plugin is active, the normalization engine executes on insert of
records into a table according to normalization rules. To learn more about this plugin, see
[Activate Field Normalization](https://servicenow-prod.fluidtopics.net/IS9p2zdGX~VAukoEGRylSw "Activate the Field Normalization [com.snc.field_normalization] plugin to install demo data and activate related plugins if they are not already active.").

If the Field Normalization plugin is not active, a data job runs to normalize the values. The
data job saves the previous values in the rolled back fields to revert them if necessary.  
{#normalization-data-jobs__table_k41_fxn_x1b__entry__3}

| Name | Used for | Description |
|-|-|-|
| Pending value collection | Normalization | The system runs this job to collect field values that will change during the next field normalization run. The system runs this job whenever you insert or update a field normalization record. Since this data job does not change any field values, there is no roll back option. |
| Normal value change | Normalization | Run this job to rerun field normalization and update field values when you change a normal value. The system creates this job whenever you change a normal value. Roll back the data job to revert the normalized fields to the previous normal value. |
| Alias application | Normalization | Run this job to normalize all field values that match an alias. The system creates this job whenever you create or update an alias. Roll back the data job to revert normalized fields to their previous values. |
| Rule application | Normalization | Run this job to normalize all field values that match a rule. The system creates this job whenever you create or update a rule. Roll back the data job to revert normalized fields to their previous values. |
| Coalesce too normal | Normalization | Run this job to normalize the reference field values by replacing references to multiple duplicate records with one reference to a normalized record. The system creates this job whenever you change a normal value that applies to a reference field. Roll back the data job to restore the duplicate records as valid options. The rollback does not restore references to the previous records. |
| Transform application | Transformation | Run this job to transform all field values that match the transformation conditions. You cannot start this job while the Transformation record is in Test mode. The system creates this job whenever you create or update a transformation record. Roll back the data job to revert transformed fields to their previous values. |
[ ]

{#normalization-data-jobs__table_k41_fxn_x1b}
* **[Run a single data job](https://servicenow-prod.fluidtopics.net/nNbDmlQVsVVy2hFWcvBdcQ)**   
  Running the data job/jobs is the fourth step in transforming a field. This topic explains how to run a single data job.
* **[Run multiple data jobs](https://servicenow-prod.fluidtopics.net/keK~eD4Cja_8kZQS9ilQJw)**   
  Running the data job/jobs is the fourth step in transforming a field. This topic explains how to run data jobs for multiple field transformations.
* **[Rollback a data job](https://servicenow-prod.fluidtopics.net/RrETStgCNiGzo5K4CmzWug)**   
  Use rollback to revert changes made by a normalization or transformation data job.

