You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/25 23:25:18 UTC

[jira] [Commented] (NIFI-1568) Allow user to specify file filter regex when unpacking zip/tar archives

    [ https://issues.apache.org/jira/browse/NIFI-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15167992#comment-15167992 ] 

ASF GitHub Bot commented on NIFI-1568:
--------------------------------------

GitHub user rickysaltzer opened a pull request:

    https://github.com/apache/nifi/pull/248

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rickysaltzer/nifi NIFI-1568

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/248.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #248
    
----
commit 89d2a8565284e985411027db37dff69f9faf3592
Author: ricky <ri...@cloudera.com>
Date:   2016-02-25T22:20:51Z

    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.

----


> Allow user to specify file filter regex when unpacking zip/tar archives 
> ------------------------------------------------------------------------
>
>                 Key: NIFI-1568
>                 URL: https://issues.apache.org/jira/browse/NIFI-1568
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Ricky Saltzer
>            Assignee: Ricky Saltzer
>
> There are times where you may want to only extract a portion of an archive, such as a specific folder, or perhaps a specific file. Similar to how the {{GetFile}} processor works, we should provide a property ({{File Filter}}) which  by default extracts all files. The user can modify this property to extract only files they wish to process downstream. 
>  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)