Apache NiFi Expression Language guidePDF version

notNull

Description: The notNull function returns the opposite value of the isNull function. That is, it will return true if the subject exists and false otherwise.

Subject Type: Any

Arguments: No arguments

Return Type: Boolean

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

We want your opinion

How can we improve this page?

What kind of feedback do you have?