[
https://issues.apache.org/jira/browse/NIFI-14322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932951#comment-17932951
]
ASF subversion and git services commented on NIFI-14322:
--------------------------------------------------------
Commit 626e828943caeca52478d1fd7a42d44411e4ea85 in nifi's branch
refs/heads/main from Noah Cover
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=626e828943 ]
NIFI-14322: Creating processor to fetch Box file using a representation
Signed-off-by: Pierre Villard <[email protected]>
This closes #9769.
> Create Box Processor to fetch file representation
> -------------------------------------------------
>
> Key: NIFI-14322
> URL: https://issues.apache.org/jira/browse/NIFI-14322
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Noah Cover
> Assignee: Noah Cover
> Priority: Major
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> A processor responsible for fetching a specific Box File using a
> Representation.
> [https://developer.box.com/guides/representations/]
> Required.
> Reads _box.id_ attribute.
> h3. Output
> |*Relationship Name*|*Description*|
> |success|A FlowFile will be routed here for each successfully fetched File.|
> |failure|A FlowFile will be routed here for each File for which fetch was
> attempted but failed.|
> |representation.not.found|A FlowFile will be routed here for each File which
> doesn’t have a requested Representation.|
> |file.not.found|A FlowFile will be routed here for each File cannot be found|
> h3. Parameters
>
> |*Name*|*Description*|*Example Value*|
> |Box Client Service|Controller Service used to obtain a Box API
> connection.|[BoxClientService instance]|
> |File ID|The ID of the File to fetch Representation for.
> _Supports expression language._|${box.id}
> 12345|
> |Representation Hint|A format for the desired Representation.
> _Supports expression language._|pdf|
--
This message was sent by Atlassian Jira
(v8.20.10#820010)