To be able to transform json into CSV, an intermediary format will be required (Java Objects by example). So I suggest that you use Google GSON with Camel Dataformat (http://camel.apache.org/json.html). Next you can annotate your java beans with camel bindy ( http://camel.apache.org/bindy.html) which is another Dataformat to map the java objects with CSV.
On Tue, Oct 8, 2013 at 10:15 AM, jhonny <writedeshm...@live.com> wrote: > Is there any way of to convert json object to csv record in spring DSL > way , > or i need to write my own processor to do this ? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Is-there-any-way-of-to-convert-json-object-to-csv-record-in-spring-DSL-way-or-i-need-to-write-my-own-tp5741096.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io