I was wondering what is the best solution for doing simple transformation to the body of the message in a given route. The body is going to be CSV and I want to modify some of the fields if some conditions are met. I want to know if there is any built-in functionality that I can use before start writing my own processor.
I have been taking a look to the scripting languages supported by Camel but I have not been able to find a good example. I believe this can be done with Expressions using Groovy or other of the scripting languages, but I need some guidance.
Could anybody help me out?
Thanks!