Data transformation

How to convert cents or minor units into a price

2026-06-20
Task

A source sends prices in minor units: 129990 cents. The export needs a normal price such as 1299.90.

Short answer

Create the output price column and add a math rule that divides the value by 100.

How to do it in Eofferix

  1. Create price from price_cents.
    Minor-unit price converted into the main currency
    The output price column is calculated from cents or another minor unit.
  2. Add a math divide rule with 100.
    Rule that divides the price by 100
    The math rule divides the source value by 100.
  3. If the target system needs exactly two decimals, format it in the target or add a rounding rule.
  4. Check zero and empty prices.

Before / after

The data below is a training example and does not belong to real user files.

Before

source data
skuprice_cents
SKU-1001129990
SKU-10024500

After

result
skuprice
SKU-10011299.9
SKU-100245

Process data faster with Eofferix

Create a free account to automate catalogs and price lists around your own rules.

Sign up