My requirement on batch file processing: 1. Reading csv file with a header 2. process each record (except header) involving DB [prefer bulk commit] 3. write each responses to a another file with a header
Solution can be modeled with Spring Batch easily, but I am looking for a solution with apache camel. Can you please give me advise or guidance on possibility since I am new to apache camel. Note: Rollback, Retry also a concern on failures. -- View this message in context: http://camel.465427.n5.nabble.com/batch-file-processing-using-apache-camel-tp5747656.html Sent from the Camel - Users mailing list archive at Nabble.com.
