Data Transform
Data Normalization
Standardizes data by removing unnecessary spaces, leading zeroes, and formatting text, numbers, or dates for consistency and improved usability.
Benefits
- Cleans up data.
- Simplifies data source joins.
Supported Options
Remove Leading Whitespace: Eliminates unnecessary spaces at the beginning of text.Remove Trailing Whitespace: Removes extra spaces at the end of text.Remove Leading Zeroes: Strips zeroes from the start of numerical or text values.Convert Text to Lowercase: Converts all text characters to lowercase.Convert Text to Uppercase: Converts all text characters to uppercase.Floor Function: Rounds numbers down to the nearest whole number.Ceiling Function: Rounds numbers up to the nearest whole number.Date Format: Converts dates into a specified format.Data Type Conversion: Transforms data types (e.g., string, integer).
Example: Formatting a Date Field
- Select the Source Field as the Date field.
- Provide a name for the transformed output field.
- Select ‘Data Normalization’ as the Transformation.
- Choose ‘Date Format’ from the Normalization dropdown.
- Select the required date format (e.g., DD/MM/YYYY).
- Click ‘Apply’.

Data Cleansing
Replaces specific existing values in a field with new values.
Benefits
- Ensures clean data in the system.
- Reduces storage costs and additional transformations.
Example: Updating Product Prices
- Select the Source Field as the Price field.
- Provide a name for the transformed output field.
- Select ‘Data Cleansing’ as the Transformation.
- Choose ‘Replace Values’ from the Data Cleansing dropdown.
- Select ‘Custom Replacement’ as the Replacement option.
- Enter the current price in the ‘Replacement Value’ field.
- Enter the new price in the ‘Replace With’ field.
- Click ‘Apply’.

Calculation
Enables custom calculations such as addition, subtraction, multiplication, division, percentage increase, and percentage decrease on field values.
Benefits
- Enhances reporting capabilities.
Supported Options
| Transformation | Description |
|---|---|
ADD | Adds a specified value to the field’s existing values. |
MINUS | Subtracts a specified value from the field’s existing values. |
MULTIPLY | Multiplies the field’s values by a specified number. |
DIVIDE | Divides the field’s values by a specified number. |
PERCENTAGE INCREASE | Increases the field’s values by a given percentage. |
PERCENTAGE DECREASE | Decreases the field’s values by a given percentage. |
Example: Increasing Product Prices
- Select the Source Field as the Price field.
- Provide a name for the transformed output field.
- Select ‘Calculation’ as the Transformation.
- Choose ‘Custom’ in the Calculation dropdown.
- Select ‘ADD’ as the Operation.
- Input the value to be added to all the Price field’s values.
- Click ‘Apply’.

Attribute Standardization
Transforms values between units of measurement or currency for consistency and alignment with standards.
Benefits
- Ensures clean data in the system.
- Reduces storage costs and additional transformations.
Supported Options
| Transformation | Description |
|---|---|
Weight from grams to Kilograms | Converts weight values from grams to kilograms. |
Weight from Kilograms to Pounds | Converts weight values from kilograms to pounds. |
Length from meters to Centimeters | Converts length values from meters to centimeters. |
Length from centimeters to meters | Converts length values from centimeters to meters. |
Dollar to Dirham Currency Conversion | Converts monetary values from dollars to dirhams. |
Dirham to Dollar Currency Conversion | Converts monetary values from dirhams to dollars. |
Example: Currency Conversion (USD to Dirham)
- Select the Source Field as the Price field.
- Provide a name for the transformed output field.
- Select ‘Attribute Standardization’ as the Transformation.
- Choose ‘Dollar to Dirham Currency Conversion’ from the dropdown.
- Click ‘Apply’.
