Apache NiFi Expression Language GuidePDF version

multiply

Description: Multiplies a numeric value by the Subject and returns the product. Does not provide handling for overflow.

Subject Type: Number or Decimal

Arguments:

  • Operand : The value to multiple the Subject by

Return Type: Number or Decimal (depending on input types)

Examples: If the "fileSize" attribute has a value of 100, then the Expression ${fileSize:multiply(1024)} will return the value 102400.