Member since
08-30-2023
3
Posts
0
Kudos Received
0
Solutions
08-30-2023
01:54 PM
Each zip contains a json file along with a bunch of various file types. After unzipping, I do some processing on the other files and then I need to match up json with each of the other files contained in from the original zip file to create an elasticsearch document. I tried using a Content Merge based on the fragment attribute, but that is not working 100%. I am out of ideas on how to get this to work.
... View more
08-30-2023
11:44 AM
Is it possible to use ExecuteStreamCommand process to run 'unzip -l xxxx.zip' on an zip file that is in the flow and then return the zip's file list into an attribute? If so how do I set it up not using a shell script?
... View more
Labels:
- Labels:
-
Apache NiFi
08-30-2023
10:52 AM
I am using UnpackContent to unzip zip files in Nifi. I'd like to create a list of the zip contents (a manifest) and stick that listing into an attribute. How can this be accomplished, it at all?
... View more
Labels:
- Labels:
-
Apache NiFi