Space Normalization Processor

Prev Next

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:

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