[
https://issues.apache.org/jira/browse/NIFI-14322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noah Cover updated NIFI-14322:
------------------------------
Description:
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|
> 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
>
> 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)