This article explains how to configure a Policy Xpress (PX) policy to strip all whitespace characters (leading, trailing, and embedded) from a user attribute. This is commonly required for standardizing data such as the User ID during the Create User task.
Identity Manager
To remove whitespace from an attribute, utilize the String Parser function within a Policy Xpress policy.
get_UserID%USER_ID%)nospaces_UserID{'get_UserID'}set_UserID%USER_ID%){'nospaces_UserID'}CreateUser)