Apache NiFi Expression Language guidePDF version

isNull

Description: The isNull function returns true if the subject is null, false otherwise. This is typically used to determine if an attribute exists.

Subject Type: Any

Arguments: No arguments

Return Type: Boolean

Examples: ${filename:isNull()} returns true if the "filename" attribute does not exist. It returns false if the attribute exists.

We want your opinion

How can we improve this page?

What kind of feedback do you have?