Hello all, We are prototyping an NiFi based bulk load use case and have run into a challenge that I hope one of you can help with. We have the following file layout:
file.tar.gz /user1/user.xml /user1/attachments/ /user1/attachments/file1.jpg /user1/attachments/file2.jpg /user2/user2.xml .... What we are trying to accomplish is to decompress the file and for each xml file, invoke a remote HTTP to create a new user and after successful creation post each file within the attachments folder to another RESTful HTTP endpoint using the identifier of the newly created user. Picking up, decompressing, and creating each user by using a RouteOnAttribute and InvokeHTTP is working well, but I can't seem to wrap my head around a way to get access to the files in the nested folder associated to the current user. Can anyone provide guidance on how to best structure a flow for this type of use case? Thanks! Rich -- Rich Kroll Director of Software Engineering [image: [ Modernizing Medicine ]] <http://www.modmed.com> [image: [ Facebook ]] <http://www.facebook.com/modernizingmedicine> [image: [ LinkedIn ]] <http://www.linkedin.com/company/modernizing-medicine/> [image: [ YouTube ]] <http://www.youtube.com/user/modernizingmedicine> [image: [ Twitter ]] <https://twitter.com/modmed_EMA> [image: [ Blog ]] <http://www.modmed.com/BlogBeyondEMR> [image: [ Instagram ]] <http://instagram.com/modernizing_medicine>
