-
Notifications
You must be signed in to change notification settings - Fork 2
Conditional flow on string comparison
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform allows you to flow a string value, only if it has changed in a way other than its case. Some systems do now allow changes of only the case of data. This transform can be used to prevent flowing information to the target attribute in this scenario.
Parameter | Description |
---|---|
String comparison type | The type of comparison to compare against the string |
The transform supports string values
The transform accepts multiple input values, and processes each of them individually
The transform returns a string value for each input value
Input value | Existing value | Output value |
---|---|---|
hello | Hello | Hello |
abc | def | abc |