Can you make video on playing with csv content via camel, without using marshal/unmarshal i want to extract 2 fields and process each row for further routing logic.
This is very simple in camel . Use the .split() node based on /r/n and an other one based on ";" . The complex part is how to validate the csv data . Also explore the bindy library in camel
Thanks for this, resolved one of my design issue.
I love your enthusiasm man
In which video you have set up the environment plz share the link
Can you make video on playing with csv content via camel, without using marshal/unmarshal i want to extract 2 fields and process each row for further routing logic.
This is very simple in camel . Use the .split() node based on /r/n and an other one based on ";" . The complex part is how to validate the csv data . Also explore the bindy library in camel
@@shomer2009 thanks. I was able to do that. I was very new when I asked this question. Now I have an year experience with camel. -:)