Created 04-12-2017 11:12 AM
Hello, is there any way to generate a number of xml files with the same structure as my sample data xml on NiFi? For example, I have already 3 sample xml files and I would like to generate more than 10k with the same structure.
Created 04-12-2017 12:18 PM
The DuplicateFlowFile processor will do what you need.
FYI, the duplicated flow files will have identical file names as well the other attributes.
Created 04-12-2017 12:18 PM
The DuplicateFlowFile processor will do what you need.
FYI, the duplicated flow files will have identical file names as well the other attributes.
Created 04-12-2017 01:35 PM
Thank you very much Wynner. DuplicateFlowFile processor was what I was looking for!