Skip to main content

String Operations

Description

String operations, is a step in the Transformation Plugin for Process Studio Workflows. String operations step performs operations, such as trimming, padding, InitCap and others to the string value.

Configurations

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