I have a Bindy bean written as below:

public class ObjectMaster {

    private String field1;

    @OneToMany
    private List < Object1 > field2;

    @OneToMany
    private List < Object2 > field3;
}

I have two CSV files in which unmarshalling one of them would produce a one
to many relationship with ObjectMaster and Object1 and the other CSV file
will produce the one to many relationship with ObjectMaster and Object2. Is
this possible with the camel bindy?

Regards,
Joe 




--
View this message in context: 
http://camel.465427.n5.nabble.com/CSV-files-processing-tp5735470p5735570.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to