IsNull - 7.3

Talend Data Mapper Functions Reference Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Jobs
Last publication date
2023-01-05

Returns true if the argument has a null value.

The behavior of this function is dependent on the representation.

In XML, returns true if the value of the Input Value argument is an element with the xsi:nil attribute that indicates a null value.

For Database, returns true if the value of the Input Value argument is a null value.

For other representations false is always returned as they don't support the notion of null values.

Arguments

Input Value (Simple) Specify the value to check.