Replace characters in text field.
NOTE: This is not a field mapping function.
This is for replacing characters WITHIN a field's value.
NOTE 2: This function operates on individual characters not strings.
replacechar LOANID '/' '-'
replacechar PAYHIST '123' '0'
replacechar TEXTFIELD '12' 'AB'
replacechar TextField 'String1' 'String2'
Name | Data Type | Input Type | Description | Optional | Default |
---|---|---|---|---|---|
TextField | Text | Field, Constant | Raw data | No | |
String1 | Text | Field, Constant | Characters to be replaced | No | |
String2 | Text | Field, Constant | Characters to replace them with | No |
Type: Text
Modified data