> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdateNormalizationSettings

> Upload modified data set normalization settings to the Normalization.xml file with the UpdateNormalizationSettings command in ABBYY FlexiCapture FCAdminTools.

Data set normalization settings are stored in the `Normalization.xml` file. To change the standard settings, download that file, edit it, and upload the result.

The `UpdateNormalizationSettings` command uploads your edited settings from the file you specify into `Normalization.xml`. To download the current settings to a local folder first, use the [DownloadNormalizationSettings](/flexi-capture/admin-guide/download-normalization-settings) command.

After you modify `Normalization.xml`, update the relevant data set. For more information, see [Updating data sets](/flexi-capture/invoice-reader/ir-data-set-update).

## Parameters

| Parameter             | Type     | Description                                                                                                                                                                                                                                                                   |
| :-------------------- | :------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `/DataSet`            | Required | The name of the data set for which you want to upload the normalization settings file.                                                                                                                                                                                        |
| `/Project`            | Optional | Specifies a project. You can specify the full path to a local project, the path to a project on a server, or the name of a project on a server (the `/Server` parameter must be specified). If no project is specified, the command processes all the projects on the server. |
| `/Server`             | Optional | The server where the project is hosted.                                                                                                                                                                                                                                       |
| `/Tenant`             | Optional | Tenant name.                                                                                                                                                                                                                                                                  |
| `/U`                  | Optional | User name. If no user name is specified, Windows authentication is used.                                                                                                                                                                                                      |
| `/P`                  | Optional | Password.                                                                                                                                                                                                                                                                     |
| `/Cert`               | Optional | Certificate thumbprint used for mutual SSL authentication. This key is used to pass an encoded certificate hash for a server with Mutual SSL installed as a string.                                                                                                           |
| `/DocumentDefinition` | Optional | The name of the Document Definition where the search for the data set is carried out.                                                                                                                                                                                         |
| `/SourceFile`         | Required | The path to the file containing the data set normalization settings that need to be uploaded.                                                                                                                                                                                 |

## Example of use

* `UpdateNormalizationSettings /Project=https://localhost/3/APITestProject /DocumentDefinition=APITestDocDef /DataSet=DataSetTest /SourceFile=C:\archive\normdst\DebugNorm.xml` – Uploads the normalization settings in `DebugNorm.xml` for the DataSetTest data set in the APITestDocDef Document Definition
