Bindy is a component for Apache-Camel for parsing/binding non-structured data (e.g. CSV records) to/from Java Beans.
Bindy is a component for apache-camel for parsing/binding non-structured data to/from Java Beans.
It has a support for:
- CSV records
- Fixed-length records,
- FIX messages,
- or almost any other non-structured data
Bindy evaluates the annotations in the used Java Beans to determine the record structure and to perform the parsing/binding between the data records and the Beans.