Member since
05-03-2016
4
Posts
0
Kudos Received
0
Solutions
07-27-2016
08:22 PM
use convertCharacterSet to change UTF-8 to another, say UTF-16 or US-ASCII
... View more
07-01-2018
01:59 PM
Hi XML tree is a complex as they are hierarchical and you most likely want a flat structure for easier access of the data. I just wrapped up the second article of this yesterday, and the code for this is available at GitHub link included in the article. http://max.bback.se/index.php/2018/06/30/xml-to-tables-csv-with-nifi-and-groovy-part-2-of-2/ The article describe the problem and is providing an implementation for the conversion from XML to CSV by flattening out the XML files, my example XML is flattened out into 4 tables, all depends on how many branches you have that is of the type 1 to many. /Max
... View more