Camel-bindy which is a data formatting tool to parse / format non XML message will be enriched in the next camel release 2.4. This new version will allow to work with Fixed Length message.
A Fixed Length message as its name mention it contains data positioned at a fixed position which is by far different from Comma Separate Value format where we use a separator.
So, you will be able able to model your message like that :
to parse/format the following text :
The tool allows to add ‘padding’ characters and to align “LEFT” or “ RIGHT” the string in the field.
More info are available on the wiki web page of camel-bindy : http://camel.apache.org/bindy.html