Created 06-19-2018 10:27 AM
How to merge multiple jaoni files using nifi
Created on 06-19-2018 08:34 PM - edited 08-17-2019 05:42 PM
Hi @rajat puchnanda!
Guess you can try to use the MergeRecord processor, it's possible to write/read to/from JSON. So your flow would be like:
Hope this helps!
Created 06-20-2018 04:48 AM
Hi @Vinicius Higa Murakami, thanks for your quick response.
Can you please share the screenshot of properties tab of evaluatejsonpath and mergerecord processor. as i am new to Nifi
Created 06-26-2018 07:27 AM
Hi @Vinicius Higa Murakami, m trying two merge json files with the help of merge record and using controller service
JsonTreeReader and CSVWriter. but it is putting all the records in separate files instead of putting in one.
and if i use merge content which is giving me one output file as required but it is puting header for each record.