FetchSharepointFile 2025.3.28.13-SNAPSHOT¶

BUNDLE¶

com.snowflake.openflow.runtime | runtime-msgraph-nar

DESCRIPTION¶

Fetches the contents of a file from a Sharepoint Drive, optionally downloading a PDF or HTML version of the file when applicable.Any FlowFile that represents a Sharepoint folder will be routed to success without fetching contents.

TAGS¶

cdc, document, experimental, graph, microsoft, openflow, sharepoint, unstructured

INPUT REQUIREMENT¶

REQUIRED

Supports Sensitive Dynamic Properties¶

false

PROPERTIES¶

Property

Description

Authentication Service

The service that provides authentication for the SharePoint API

Download PDF/HTML Version

Sharepoint supports automatically converting certain file formats to PDF or HTML. If this property is set to true,the Processor will inspect the FlowFile’s filename extension to determine if the file can beconverted to PDF or HTML. If the file can be converted, the Processor will download the converted version. If the filecannot be converted, the Processor will download the original file. If this property is set to false, the Processor willalways download the original file.

Drive ID

The ID of the drive that contains the file to fetch

Fallback Retry Duration

The time to wait before retrying the operation after a communication failure. This value is used when the response doesn’t contain a Retry-After header.

Item ID

The ID of the item to fetch

Update Extension

If true, the Processor will update the filename extension to match the format of the downloaded file

RELATIONSHIPS¶

NAME

DESCRIPTION

not.found

A FlowFile is routed here if the item was not found

failure

An incoming FlowFile is routed to this relationship if the contents of the item could not be fetched

success

An incoming FlowFile is routed to this relationship after the contents of the item have been fetched and written to the FlowFile

comms.failure

A FlowFile is routed here if the processor failed to communicate with the Graph API. Can be retried

SEE ALSO¶