WhitespaceToNull Parameter (Connect-SAPERP Cmdlet)
Specifies whether to return string fields with an empty value as null.
Syntax
Connect-SAPERP -WhitespaceToNull SwitchParameter
Data Type
bool
Default Value
false
Remarks
When this connection property is set to True, empty column values (empty strings or strings that only contain whitespace characters) are returned as null.
This connection property only affects fields with the datatype "string".