Convert Speed
Description
This operation converts values between different units of speed.
Data types
These are the input/output expected data types for this operation:
Input data
- Values whose unit of speed you want to transform. They must be strings representing numbers.
Output data
- Resulting values after transforming them to the selected unit of speed.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to convert a series of events from kilometers per hour into miles per hour:
In your Pipeline, open the required Action configuration and select the input Field.
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:
200 Kilometres per hour (km/h) -> 124.2841804 Miles per hour (mph)
Last updated
Was this helpful?