Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
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!