Skip to main content Skip to complementary content
  • New archived content: Talend MDM, Talend Data Catalog 8.0, and Talend 7.3 products reached their end of life in 2024. Their documentation was moved to the Talend Archive page and will no longer receive content updates.
Close announcements banner

formatNumber

Creates a string with the input numeric value formatted with a specific pattern.

Information noteNote: This feature is only available in Talend Cloud Pipeline Designer and Talend Data Mapper.

Arguments

  1. Numeric value.
  2. String pattern. The pattern should follow the Java DecimalFormat pattern. For more information, see theOracle documentation.

Examples

Expression Result
formatNumber(12332.123456, "EUR,###.-") "EUR 12,332.-"

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!