FetchSharepointFile 2025.10.2.19¶
捆绑包¶
com.snowflake.openflow.runtime | runtime-msgraph-nar
描述¶
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.
标签¶
cdc, document, graph, microsoft, openflow, sharepoint, unstructured
输入要求¶
REQUIRED
支持敏感的动态属性¶
false
属性¶
属性 |
描述 |
|---|---|
身份验证服务 |
为 SharePoint API 提供身份验证的服务 |
下载 PDF/HTML 版本 |
Sharepoint supports automatically converting certain file formats to PDF or HTML. If this property is set to |
驱动器 ID |
包含要提取的文件的驱动器的 ID |
回退重试持续时间 |
通信失败后重试操作所需的等待时间。当响应不包含 Retry-After 标头时,使用此值。 |
项目 ID |
要提取的项目的 ID |
更新扩展名 |
如果为 true,处理器将更新文件扩展名以匹配下载文件的格式 |
关系¶
名称 |
描述 |
|---|---|
comms.failure |
如果处理器无法与 Graph API 通信,则会将 FlowFile 路由到此处。可以重试 |
failure |
如果无法提取项目的内容,则会将传入 FlowFile 路由到此关系 |
not.found |
如果找不到项目,则会将 FlowFile 路由到此处 |
success |
在提取项目内容并将其写入到 FlowFile 后,会将传入 FlowFile 路由到此关系 |
涉及其他组件的用例¶
按站点 URL、驱动器名称和文件路径从 Sharepoint 提取文件。 |