I wrote a simple DocConverter for data format conversion (without the need
of schema's and marshalling):

https://github.com/assimbly/docconverter

Here is a link to a Camel processor example that using Assimbly
DocConverter:

https://github.com/assimbly/connector/blob/master/connectorModule/src/main/java/org/assimbly/connector/processors/ConvertProcessor.java

Kind regards,

Raymond


Op do 11 feb. 2021 om 11:20 schreef Andrea Cosentino <anco...@gmail.com>:

> Hello,
>
> The available alternative is using camel-jaxb in combinatio
> with camel-jackson or any of the json components we provide.
>
> Directly there is no solution ootb.
>
> Il giorno gio 11 feb 2021 alle ore 11:17 Keith Herbert <
> kherb...@redhat.com>
> ha scritto:
>
> > Hi all,
> >
> > camel-xmljson is deprecated and even it's documentation has recently been
> > removed from the Camel website.
> >
> > Is there another DataFormatter that can perform xml->json without an xsd
> > file or annotated pojos?
> >
> > The issue https://issues.apache.org/jira/browse/CAMEL-12995 says that it
> > can replaced by "combinations of two components", but which two
> components?
> >
> > I could do this manually in Jackson writing a bean method to transform
> the
> > xml to an ObjectNode and then back to json, but is there a more idiomatic
> > way to do this?
> >
> > Thank you all,
> > Keith
> >
>

Reply via email to