Transforms
Math Multiply with Value
Multiply a key value with a new value and store the result in a new key.
Example
This example shows how to use the MathMultiplyWithValue transformation to multiply the value of an existing key with a specified value and store the result in a new key.
Code
Given the input record:
Code
The output record will be:
Code
Last modified on