Static
The Static transformer is used to mock a static value.
Alternation
This transformer will not mutate existing row value, it will generate a new value.
Valid Data Types
String
Number
Boolean
Default
Without specifying any options the static transformer will be of type String
and have value 'Default value'
.
Examples
Default
Result: 'Default value'
Specifying String
Result: 'hello'
Specifying Number
Result: 321
Specifying Boolean
Result: true