String operations
Options
Option | Description |
---|---|
Transform name | Name of the transform. |
In stream field | Designate the field to transform. |
Out stream field | Designate the name of the field to be created. |
Trim type | Designate the trim type: none, left, right, or both. |
Lower/Upper | Designate upper or lowercase. |
Padding | Designate left or right padding. |
Pad char | Designate the padding character. |
Pad Length | Designate how long the padding will be. |
InitCap | Transform to initial capitalization. |
Escape | Define to Escape or Unescape XML, HTML, use CDATA or Escape SQL. |
Digits | Designate whether to return remove, or do nothing to digits. |
Remove Special character | Designate a special character to remove. |
Metadata Injection Support
All fields of this transform support metadata injection. You can use this transform with ETL Metadata Injection to pass metadata to your pipeline at runtime.
Values for Metadata Injection
Field | Values |
---|---|
In stream fields | list of source fields |
Out stream fields | list of target fields |
Trim Type | 0 = none |
Lower/Upper | 0 = none |
Padding | 0 = none |
Pad Char | Character used for padding |
Pad Length | Lenght to pad |
InitCap | 0 = no |
Escape | 0 = none |
Digits | 0 = none |
Remove Special character | 0 = none |