You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Tamás Bunth (Jira)" <ji...@apache.org> on 2020/06/30 06:53:00 UTC

[jira] [Created] (NIFI-7589) Unpack processor tar unpacker creates incorrect path value

Tamás Bunth created NIFI-7589:
---------------------------------

             Summary: Unpack processor tar unpacker creates incorrect path value
                 Key: NIFI-7589
                 URL: https://issues.apache.org/jira/browse/NIFI-7589
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Tamás Bunth
            Assignee: Tamás Bunth


Steps to reproduce:
 # Create a tarball with one file in it.
 # Create a flow:
{code:java}
Getfile -> UnpackContent -> logAttribute
{code}
- Set Getfile "directory" to read the tarball
- Set UnpackContent "PackagingFormat" to tar.
 # Examine the 'path' flowfile attribute in the logs.

Expected results:

Since the file is in the tarball root, "path" attribute should be "." or "/".

Current results:

"null/"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)