-
Purpose: This method checks if a value is empty. Returns True if the given expression evaluates to either Null or an empty string ("")
-
Syntax: empty(value)
-
Example: The following will set the Company attribute to "BlueFish Hotels" if the Source company field is empty string or Null.
Target Attribute : Company
Value : "BlueFish Hotels"
Condition : empty(S.Company)