i need some help on my issue currently i have created a rule step there where i want to extract the name for example
POCHNLIU<<ZHIJUN<<<<<<<<<<<<<<<:::<
as i have use this step where i only allowchar(A-Z) and if i use deleteallcharactermischevious it will only have like this after the extraction
LIUZHIJUN
I would like to have a space at LIU ZHIJUN Example as the << represent as a space characters currently if i put allowchar(A-Z<)
i would been given this field
LIU ZHIJUN
as there 2 << where each represent a space so it become a double space for it so if this is the situation how can i fix it ?