How do I insert a space/carriage return after a designated number of characters (eight) within a designated html field pulling from a table?
Example:
<ebs:PMLOAD TABLE='DS_CLAIM'><ebs:PMVAL FIELD='DS_CLAIM.CGROUPING_FIELD'></ebs:PMVAL></ebs:PMLOAD>
So if the field contains 12345678910, the output would read:
12345678
910