Module for EDI 9.12 | Building Services with EDI Module | Part I WmEDI Package | WmEDI Util Folder | Summary of Elements in this Folder | wm.b2b.edi.util:nullifyIfBlank
 
wm.b2b.edi.util:nullifyIfBlank
WmEDI. Returns null if the input is null or contains only blank spaces.
Input Parameters
input
String String data.
blankOrNull
String Whether to return blank or null if the input String is null or contains only blank spaces.
Value
Meaning
blank
Returns blank if the input is null or contains only blank spaces.
null
Returns null if the input is null or contains only blank spaces.
Output Parameters
output
String Same data as input or null.