Hi All, I am using BeanIO for defining the file format while marshal/writing my output stream.Here each field of a particular record is some sort of a key/Value and separated by a delimiter. Here key is the Tag code(e.g. AC) and value is tag description either blank or represent a database field(e.g. account no) so record will be AC23456 I am using a pojo class which maps the BeanIo fields.But as each field is actually consists of two fields one is a constant and other comes from database.It is being hard to define it.
Please share your knowledge if you have.It will really save my lot of time. Thanks, Sanjeev -- View this message in context: http://camel.465427.n5.nabble.com/using-field-as-key-value-on-the-BeanIo-tp5740226.html Sent from the Camel - Users mailing list archive at Nabble.com.