Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Generate XML files with the same structure of my sample data

avatar
New Member

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.

1 ACCEPTED SOLUTION

avatar

@Emmanouil Petsanis

The DuplicateFlowFile processor will do what you need.

FYI, the duplicated flow files will have identical file names as well the other attributes.

View solution in original post

2 REPLIES 2

avatar

@Emmanouil Petsanis

The DuplicateFlowFile processor will do what you need.

FYI, the duplicated flow files will have identical file names as well the other attributes.

avatar
New Member

Thank you very much Wynner. DuplicateFlowFile processor was what I was looking for!