Re: Help for my bachelor thesis

2020-06-09 Thread John F. Berry
Greetings Dennis,  No worries, your English is coming across fine. I've been in your shoes (still.. to be honest). Trying to understand Camel can seem like trying to drink from a firehose. What is it that you "don't get", exactly?  Is it a part of your development as you make it? the book? or Ca

Re: Help for my bachelor thesis

2020-06-09 Thread Kurt Stam
Hi Dennis, Try to reduce the complexity of your task at hand. Try to break it down in smaller pieces and try to make to work. Try to make an example work and then slowly modify the example. Here is maybe something to get you started: https://stackoverflow.com/questions/8122748/best-strategy-fo

Help for my bachelor thesis

2020-06-09 Thread Dennis Busche
Hello, i am trying to read a csv file into camel. The first line is a header and the rest is the body with data in it. I want to process and evaluate the data to a List. From this list I want to make java objects to do some mapping and calculations. After that I want to send a new csv file to anot