Skip to main content

String Operations

Description

String Operations performs a variety of text transformations on string fields, including trimming whitespace, padding with characters, converting case (uppercase, lowercase, InitCap), and removing special characters. Use this step for bulk data cleaning and standardization — for example, trimming trailing spaces from imported data, converting names to proper case, or padding account numbers to a fixed length. You can apply multiple operations to different fields within a single step.

Configurations

Field NameDescription
Step nameName of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
In stream fieldDesignate the field to transform.
Out stream fieldDesignate the name of the field to be created.
Trim typeDesignate the trim type: none, left, right, or both.
Lower/UpperDesignate upper or lowercase.
PaddingDesignate left or right padding.
Pad charDesignate the padding character.
Pad LengthDesignate how long the padding will be.
InitCapTransform to initial capitalization.
EscapeDefine to Escape or Unescape XML, HTML, use CDATA or Escape SQL.
DigitsDesignate whether to return remove, or do nothing to digits.
Remove Special characterDesignate a special character to remove.