mirror of https://github.com/apache/nifi.git
f5060a6d63
Adds a "File Filter" property to the `UnpackContent` processor to allow users to specify which files are eligible for extraction. By default, all files will be extracted. Signed-off-by: Matt Burgess <mattyb149@apache.org> Refactor how Unpacker is initialized Re-uses unpackers to avoid creating them each time a flowfile is received. Moved the package formats into an enum for clarity. Signed-off-by: Matt Burgess <mattyb149@apache.org> Fix packaging format enum warning The `AUTO_DETECT_FORMAT` enum for PackagingFormat is not valid for initilization. When this value is set, then we use the mime.type to determine which packaging format to use. We never pass `AUTO_DETECT_FORMAT` to the `initUnpacker` method. Signed-off-by: Matt Burgess <mattyb149@apache.org> This closes #248 |
||
---|---|---|
.. | ||
nifi-standard-content-viewer | ||
nifi-standard-nar | ||
nifi-standard-prioritizers | ||
nifi-standard-processors | ||
nifi-standard-reporting-tasks | ||
pom.xml |