Skip to content

Numerical Formatting

Description

This transformation is used to format numerical values in a dataset based on a selected format pattern.

Input

Data

Output

Transformed Data


Configuration Fields

  • Column Map Specifies the name of the column to transform and the format to apply.

    • Column Name Select columns from the previous activity containing numerical values.
    • Format Select a formatting style from the following options
      • Auto
      • ####
      • ##,##
      • ##,##,##
      • ##,##,##
      • Percentage (%)
      • None (No formatting)
  • Include Original (Switch)

    • If enabled, retains the original columns in addition to the transformed columns.

Sample Input

ProductSalesProfit
A5000000.15
B1200000.20
C9500000.05
D450000.12

Sample Configuration

alt text

Sample Output

ProductSalesProfit
A500,00015%
B120,00020%
C950,0005%
D45,00012%