Hi, Kevin,
I have a field defined in mapping.xml as below
<field length="1" maxOccurs="1" minOccurs="1" name="status"/>
It does allow different status characters including " ". However, after running beanio unmarshal, I see the space is stripped. Can we work around it or any patch you will recommend? Unmarshalling fixed length string is not supposed to behave as xml element, because " " can represent a real value.
Please advise.
-Lei