Unit Conversions
Unit Conversions
Segna automatically converts input data to match the unit specified when configuring a Pipeline through Pipeline setup.
During the file upload process you can specify the input units of each column, and Segna will do the conversion for you.
Currently, supported unit types include timezones and currency:
- Supported timezones include all 38 observed UTC offsets around the world. For example,
UTC_m12
refers to UTC -12 andUTC_p4
refers to UTC +4. - Supported currencies include
USD
,NZD
,AUD
,CAD
,SGD
,GBP
,EUR
,INR
,CNY
,JPY
, andIDR
.
For currency conversions, you can either choose to use the latest exchange rates we have available, or specify a reference datetime column to determine the desired historical exchange rates for each row. Historical rates are stored daily starting from January 1, 2012. The latest rates are fixed for a 24-hour period and are refreshed every day at 00:15 AM UTC +0.
To see how to configure your desired unit conversions, see our API.
Coming Soon!
- Auto-detection of units
Updated 5 months ago