Relative Content

Tag Archive for xmlcsvapache-nifi

Convertion of XML file to CSV in NIFI, Doesn’t work

While doing conversion of xml file to csv struck with the output. Output of the flowfile in convertrecord expecting output with comma separated values. Sample Input xml is. <root namespace=”namespace_value”> <xmlHeader attr1=”9.093″ attr2=”ralg”> <tag1 attr3=”ral2″/> <tag2 attr4=”2024-01-02″/> </xmlHeader> <Data> <oneelement/> <tag3 att5=”attr5_value”> <tag4 attr6=”attr6_value” attr7=”attr7_value”/> <tag5 attr8=”attr8_value”/> <tag6>tag6_value</tag6> <tag7 attr9=”attr9_value”> <tag8>tag8_value</tag8> </tag7> </tag3> </Data> <Data> […]