If (String) Then Else (Obj,String)¶
Description¶
If the condition is satisfied on the IF input, the THEN input is returned. Otherwise, the ELSE input is returned.
Input¶
IF [STRING]THEN [OBJ,STRING]: a list of objects (THENresult)ELSE [OBJ,STRING]: a list of objects (ELSEresult)
Output¶
RESULT: EitherTHENorELSE
Parameters¶
Condition: The condition to be satisfied on theIFinputnon-empty set: true ifIFis not emptycontains spaces: true if any string in the set contains spacescontains spaces or punctuation: true if any string in the set contains spaces or punctuation
Output scores can be aggregated and/or normalised.