Divide Operation
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation divides a list of numbers provided in the input string, using the specified delimiter to separate the numbers.
These are the input/output expected data types for this operation:
- List of numbers you want to divide, separated by a specified delimiter.
- Result of the division of the numbers in your input string.
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to divide a series of numbers in your input strings. They are separated by colons (:). To do it:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Divide Operation.
Set Delimiter to Colon.
Give your Output field a name and click Save. You'll get the division results. 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.