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 Name | Description |
---|---|---|
1 | Step name | Name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow. |
2 | In stream field | Designate the field to transform. |
3 | Out stream field | Designate the name of the field to be created. |
4 | Trim type | Designate the trim type: none, left, right, or both. |
5 | Lower/Upper | Designate upper or lowercase. |
6 | Padding | Designate left or right padding. |
7 | Pad char | Designate the padding character. |
8 | Pad Length | Designate how long the padding will be. |
9 | InitCap | Transform to initial capitalization. |
10 | Escape | Define to Escape or Unescape XML, HTML, use CDATA or Escape SQL. |
11 | Digits | Designate whether to return remove, or do nothing to digits. |
12 | Remove Special character | Designate a special character to remove. |