Skip to content

Numerical formatting

Description

The Numerical Formatting activity applies user-defined formatting styles to numerical columns in a dataset. This is useful when preparing data for display, reporting, exports, or UI-based presentation.

You can choose from multiple formatting patterns such as comma separators, Indian numbering format, or percentage notation.

Use this activity to:

  • Format raw numeric values for visual clarity
  • Convert decimal values into percentages
  • Prepare clean numeric outputs for Excel exports, dashboards, or reports

Use case:
Convert large raw numbers into formatted figures like “500000” → “500,000” and decimal profits like “0.15” → “15%” for presentation.

Input

Input TypeStatus
DataRequired

Output

Output TypeFormatDescription
DataTableData with formatted numeric columns

Configuration Fields

Field NameDescription
Column MapSelect columns and assign a numeric formatting style to each.
Include OriginalRetains original column if enabled, otherwise returns only formatted one.

Supported Formats

  • Auto – Automatically determines best-fit format
  • #### – No grouping or symbol, e.g., 500000
  • ##,## – Western number system (e.g., 500,000)
  • ##,##,## – Indian number format (e.g., 5,00,000)
  • Percentage (%) – Multiplies by 100 and appends %
  • None – No formatting

Sample Input

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

Sample Configuration

ColumnFormat
Sales##,##
ProfitPercentage (%)

Include Original: Enabled

Sample Output

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