You've got to have a dream. When you lose your dreams, you die.
2019-11-20
convert xml to csv using nifi
http://forkedblog.com/convert-xml-to-csv-data-using-nifi/
The flow required to solve the problem can be constructed using below processors.
- GetFile
- SplitXml
- MergeRecord
- UpdateAttribute
- PutFile