Power BI Connector for Anaplan

Build 26.0.9655

DownloadFileChunk

Downloads a specific chunk of a file.

Procedure-Specific Information

For example:

EXEC DownloadFileChunk ModelId = 'B64GD1234E9F1234567890123E', FileId = '112000000018', ChunkId = '0', LocalPath = 'C:/temp/download.csv'

Input

Name Type Required Description
WorkspaceId String False The ID of the workspace.
ModelId String True The ID of the model.
FileId String True The ID of the file.
ChunkId String True The 0-based index of the chunk to download.
LocalPath String False The absolute path where the file chunk will be saved.

Result Set Columns

Name Type Description
Success Boolean Indicates whether or not the operation was successful.
Details String Any extra details on the operation's execution.
FileData String If the LocalPath and FileStream inputs are empty, file data will be output encoded in base64.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655