Task
A price list contains prices without VAT or without markup. The final file needs the price increased by a percentage and then rounded.
Short Answer
In the price column, add two transformations: Increase by % with value 20, then Round.
How to Do It in Eofferix
- In the table editor, open the settings of the
pricecolumn.
The settings button is highlighted under the price column. - In Transformations, add a rule: condition Current value — Any, action Increase by %, value
20. - Add the next rule with action Round. In the current window this action does not need a separate value.

The price settings contain two rules: Increase by % with value 20 and Round. - Save the column settings.
Before / After
Before
source data| sku | price |
|---|---|
| SKU-1001 | 999.90 |
After
result| sku | price |
|---|---|
| SKU-1001 | 1200 |