Thanks Claus.
I have finally figured out the EIP required for my scenario.
-
Gowtham Alaguraj
--
View this message in context:
http://camel.465427.n5.nabble.com/REG-Aggregator-not-working-fine-in-camel-version-2-8-3-tp5798536p5799455.html
Sent from the Camel - Users mailing list archive
on.csv
ID,Name,Number,mobile
gowtham.alaguraj,Gowtham Alaguraj,11149466,9442320741
This is my Input Pojo
@CsvRecord(separator = ",", skipFirstLine = true)
@Component
public class PersonInput {
@DataField(pos = 1) private String id;
@DataField(pos = 2) private String name
).
Am I missing any step, or is it just the problem with the version of camel.
As I can't go to other versions of camel as it is a business requirement. So
if it is with a version of camel, can you suggest me an alternate way to
achieve the same ?
-
Gowtham Alaguraj
--
View this message in context:
http://camel.465427.n5.nabble.com/REG-Aggregator-not-working-fine-in-camel-version-2-8-3-tp5798536.html
Sent from the Camel - Users mailing list archive at Nabble.com.