Convert Area
Description
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).
Data types
These are the input/output expected data types for this operation:
Input data
- Values whose unit of measurement you want to transform. They must be strings representing numbers.
Output data
- Resulting values after transforming them to the selected unit of measurement.
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 square feet into square meters:
In your Pipeline, open the required Action configuration and select the input Field.
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:
5000 Square foot (sq ft) -> 464.5152 Square metre (sq m)
Last updated
Was this helpful?