Hello,what is the reliable way in a Java program to create a Processor from a String containing a definition of a processor that usually are parts of the route? Camel 4. Like
<setBody>
<simple>${body[0]}</simple>
</setBody>
or
- unmarshal:
csv:
delimiter: ";"
useMaps: "true"
Thank you!
