Question
1
Replies
67
Views
Stratosphere Technical Consulting
Posted: February 14, 2019
Last activity: January 26, 2020
Map Structured Rule does not remove pad characters when mapping from property to clipboard
When using a map structured rule to Parse a line of a file into a clipboard page structure, the Map Structured rule does not remove pad characters.
For example if my file line was as follows with first name, middle name, and last name all being 10 characters with a pad character of "#" :
Daniel####Joe#######Smith#####
The Map Structured Rules will Parse this line into the properties as follows without removing the pad characters.:
<FirstName>Daniel####</FirstName>
<MiddleName>Joe#######</MiddleName>
<LastName>Smith#####</LastName>
Why doesn't the Map Structured Rule remove pad characters?
Hi DanielR6574,
May I please know if your issue resolved. If Yes, can you please share the solution.
Thanks