Apache NiFi Expression Language guidePDF version

divide

Description: Divides the Subject by a numeric value and returns the result.

Subject Type: Number or Decimal

Arguments:

  • Operand : The value to divide 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:divide(12)} will return the value 8.

We want your opinion

How can we improve this page?

What kind of feedback do you have?