Hello, sorry for duplicating this, somehow it didn't make it through the first time... the question is below

On 07.09.2023 11:29, Fyodor Kravchenko wrote:
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!

Reply via email to