---
title: "Space Normalization Processor"
slug: "space-normalization-processor"
updated: 2024-11-26T17:28:19Z
published: 2024-11-26T17:28:19Z
---

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

# Space Normalization Processor

The **Space Normalization Processor** transforms all whitespaces (multiple tabs/spaces/newlines) into single spaces, and performs a trim of whitespace at the start and end of the attribute.

| **Param name** | **Mandatory** | **Description** | **Possible Value** |
| --- | --- | --- | --- |
| SpaceNormalizationItem | Yes | Name of the attribute you will modify. | Not null. |

**Example XML:**

```xml
<SpaceNormalizationProcessor>
   <SpaceNormalizationItems>
     <SpaceNormalizationItem>cue_title</SpaceNormalizationItem>
     <SpaceNormalizationItem>track_artist_name</SpaceNormalizationItem>
   </SpaceNormalizationItems>
</SpaceNormalizationProcessor>
```
