- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
[Apache Nifi] - Convert Avro or JSON to XML generic
- Labels:
-
Apache NiFi
Created ‎01-20-2018 07:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi folks,
I want to transform the result of the QueryCassandra Processor (which is in Avro or Json) in to xml format.
Is there any way to do this, it would be best when there is a generic way, so I wouldnt need to set a explicit shema or sth. for different querys. Something like this just into the opposite direction
https://community.hortonworks.com/articles/29474/nifi-converting-xml-to-json.html
I hope someone can help me.
Thx
Created ‎01-20-2018 07:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maybe this is already a solution
https://community.hortonworks.com/questions/101298/apache-nifi-json-to-xml-or-xml-translation.html
But could someone explain me how to set up this exactly with input json string from flowfile and output xml should be than again a flowfile.
