I have column where the values in that column will have some name in capital alphabet the length is 10 char but if the name is small
The values in this field will be padded with leading spaces (char 'b') when < 10 chars.
E.g. name ABC will be
"bbbbbbbABC"
When I print, I should print only ABC.