HasValue - 8.0

Talend Data Mapper Functions Reference Guide

Version
8.0
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-10-26

Returns true if the argument has a non-blank value.

The HasValue function returns true if the value of Input Value argument has a non-blank value, that is a value whose length is greater than zero. It will return false if the element is not present or is present but has a blank value. This is different than the IsPresent function in that it requires the element to have text, not merely be present.

Arguments

Input Value (Simple) The value that is checked.