I am new to Apache Camel. my requirement is getting the data from rest endpoint and storing in to database. i have started development, i can able to get the data from endpoint. but the thing is data is having so many foreign key references. So before storing in to the actual table, need to store data in to reference table.. please help me in that how can achieve with best approach.
Data is XML for fomat like: <resource> <currency> <id>1</id> </currency> <status> <id>5</id> </status> </resource> here <resource> is main table, <currency> and <resource> are foreign key references... need to save data into "resource" table. help me... -- View this message in context: http://camel.465427.n5.nabble.com/Get-the-data-from-Endpoint-and-Storing-those-data-in-to-database-tp5745958.html Sent from the Camel - Users mailing list archive at Nabble.com.