Reputation: 547
I use Camel Bindy and @FixedLengthRecord strategy .
I have a field :
@DataField(pos=21, length=6, trim=true,align="R")
private BigDecimal refundCount
and I want leading this field zeros. What can I do to achieve this ?
Upvotes: 1
Views: 381