Could someone please guide me on creating a custom DataFormat.
Please refer to details in my previous post above.
--
View this message in context:
http://camel.465427.n5.nabble.com/Unmarshal-fixed-length-Binary-data-tp5787125p5787592.html
Sent from the Camel - Users mailing list archive at Na
Hello,
I will need to write my own DataFormat. I am trying to understand what all
will be needed. Can I re-use anything within existing DataFormats
functionality which Camel provide.
Following are the main areas to be covered for the new DataFormat.
1) Marshal and unmarshal the binary data from te
Thanks for all your responses. I am looking at the BeanIO data format and
will get back on this in a day or two.
--
View this message in context:
http://camel.465427.n5.nabble.com/Unmarshal-fixed-length-Binary-data-tp5787125p5787306.html
Sent from the Camel - Users mailing list archive at Nabbl
Hi,
We have a fixed length Binary data.
I am looking at the Bindy Data Format and found that it supports
unmarshalling of Fixed Length records.
I looked at the implementation/code of this Bindy Fixed Lenght records in
the Camel Source code (BindyFixedLengthDataFormat.java and
BindyFixedLengthFa
Hi,
I have a fixed length Binary data in Bit pack format.
Can I use the Bindy DataFormat to unmarshal the binary data?
I looked at the details of the Bindy DataFormat. It provides the ability
where using the Annotations the user can map the data model to POJO.
This way user has to only define