You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Martin Zink (Jira)" <ji...@apache.org> on 2022/12/16 14:05:00 UTC

[jira] [Updated] (MINIFICPP-2000) GetFile inconsistent attributes

     [ https://issues.apache.org/jira/browse/MINIFICPP-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Zink updated MINIFICPP-2000:
-----------------------------------
    Status: Patch Available  (was: In Progress)

https://github.com/apache/nifi-minifi-cpp/pull/1476

> GetFile inconsistent attributes
> -------------------------------
>
>                 Key: MINIFICPP-2000
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-2000
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>    Affects Versions: 0.12.0
>            Reporter: Martin Zink
>            Assignee: Martin Zink
>            Priority: Major
>             Fix For: 0.14.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently GetFile (and possible even more processors) set the
> SpecialFlowAttributes incorrectly.
> For example given a file: /a/b/c/d.txt
> Expected behavour (working dir is /a/b):
>  * Filename: d.txt
>  * Path: ./c/
>  * Absolute Path: /a/b/c/
> Current behavour (working dir is /a/b):
>  * Filename: d.txt
>  * Path: /a/b/c/
>  * Absolute Path: /a/b/c/d.txt
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)