This operation converts values from one unit of measurement to another, such as square feet, acres, square meters, and even smaller or less common units used in physics (like barns or nanobarns).
These are the input/output expected data types for this operation:
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of events from square feet into square meters:
In the Operation field, choose Convert area.
Set Input units to Square foot (sq ft)
.
Set Output units to Square metre (sq m)
.
Give your Output field a name and click Save. The values in your input field will be transformed. For example:
This operation converts values between different units of digital data, such as bits, bytes, kilobytes, megabytes, and so on. It’s especially useful when you’re dealing with data storage or transfer rates and you need to switch between binary (base 2) and decimal (base 10) units.
These are the input/output expected data types for this operation:
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of events from megabits into kilobytes:
In the Operation field, choose Convert data units.
Set Input units to Megabits (Mb)
.
Set Output units to Kilobytes (KB)
.
Give your Output field a name and click Save. The data type of the values in your input field will be transformed. For example:
This operation converts values between different units of length or distance.
These are the input/output expected data types for this operation:
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of events from meters into yards:
In the Operation field, choose Convert distance.
Set Input units to Metres (m)
.
Set Output units to Yards (yd)
.
Give your Output field a name and click Save. The unit of length of the values in your input field will be transformed. For example:
This operation converts values between different units of mass.
These are the input/output expected data types for this operation:
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of events from kilograms into pounds:
In the Operation field, choose Convert mass.
Set Input units to Kilogram (kg)
.
Set Output units to Pound (lb)
.
Give your Output field a name and click Save. The unit of mass of the values in your input field will be transformed. For example:
This operation converts values between different units of speed.
These are the input/output expected data types for this operation:
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of events from kilometers per hour into miles per hour:
In the Operation field, choose Convert speed.
Set Input units to Kilometres per hour (km/h)
.
Set Output units to Miles per hour (mph)
.
Give your Output field a name and click Save. The unit of speed of the values in your input field will be transformed. For example:
This operation converts a list of comma-separated values (data type listString
) into a string of values divided by a specific separator.
These are the input/output expected data types for this operation:
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of lists of comma-separated values into a single string representing those values separated by /
:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose List to string.
Set Separator to /
.
Give your Output field a name and click Save. The values in your input field will be transformed into a string with its values separated by the given character. For example:
This operation converts a string composed of values separated by a specific separator into a list of comma-separated values (data type listString
).
These are the input/output expected data types for this operation:
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Suppose you want to convert a series of strings representing values separated by /
into a list of comma-separated values:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose String to list.
Set Separator to /
.
Give your Output field a name and click Save. The values in your input field will be transformed into a comma-separated list. For example: