Sum Operation
Description
This operation calculates the sum of a series of numbers provided as input, separated by a specified delimiter. It is a simple yet powerful tool for numerical data analysis, enabling quick summation of datasets or values.
Data types
These are the input/output expected data types for this operation:
Input data
- Input string containing numbers to sum, separated by a specified delimiter.
Output data
- The result of the total sum.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to get the sum of 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 Sum Operation.
Set Delimiter to
Comma
.Give your Output field a name and click Save. You'll get the sum of the numbers in your input data. For example:
10, 5, 2 -> 17
Last updated
Was this helpful?