Hi, I'm studying Camel.
But there was the launch of Camel 3.
At first some things were removed.
These include transforming an XML file into JSON.
It was quite simple previously:
from("file:in?delay=5s&noop=true").
marshal().xmljson().
to("file:out");
It just worked fine in version 2.2 but in the Camel 3 version it doesn't
work anymore and you would need to know how to adjust it.
So, would anyone have an example?
Best regards,
Carlos
