Multiply Operation
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation allows you to multiply numbers in a dataset by a specified value. It processes numerical input and applies the multiplication operation to each number individually. This is useful for scaling data, performing simple arithmetic, or manipulating numerical datasets.
These are the input/output expected data types for this operation:
- Input string containing numbers to multiply.
- The result of the multiplication.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to multiply a series of numbers in your input strings. They are separated by commas (,). To do it:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Multiply Operation.
Set Delimiter to Comma.
Give your Output field a name and click Save. You'll get the multiplication of the numbers in your input data. For example:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.