nifi/nifi-nar-bundles/nifi-standard-bundle
ricky f5060a6d63 NIFI-1568: Add Filter Capability to UnpackContent
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
2016-06-20 10:44:38 -04:00
..
nifi-standard-content-viewer NIFI-1265: 2016-06-02 09:49:57 -04:00
nifi-standard-nar NIFI-361 - Create Processors to mutate JSON data 2016-05-03 14:38:11 -04:00
nifi-standard-prioritizers Updating versions to 1.0.0-SNAPSHOT. 2016-04-04 11:36:20 -04:00
nifi-standard-processors NIFI-1568: Add Filter Capability to UnpackContent 2016-06-20 10:44:38 -04:00
nifi-standard-reporting-tasks NIFI-1690 Changed MonitorMemory to use allowable values for pool names 2016-06-16 15:17:13 -07:00
pom.xml Updating versions to 1.0.0-SNAPSHOT. 2016-04-04 11:36:20 -04:00