JDBC Driver for Airtable

Build 25.0.9434

DownloadAttachment

Download an attachment from a table by providing the table name or ID (depending on the DisplayObjectIds connection property) and attachment ID.

Input

Name Type Required Accepts Output Streams Description
SchemaIdentifier String False False The name or unique identifier of the schema or base that contains the target table. Supplying this value helps prevent ambiguity when working with multiple bases containing similarly named tables.
TableIdentifier String False False The name or unique identifier of the table where the attachment is stored.
AttachmentId String False False The unique identifier of the specific attachment to download.
LocalPath String False False The complete file path on the local system where the downloaded attachment will be stored.
FileStream String False True An output stream that receives the attachment’s file data if a local save path is not provided.

Result Set Columns

Name Type Description
FileData String If both the local save path and output stream are not provided, the attachment’s file data is returned encoded as a Base64 string for direct use or decoding.
Success String Indicates whether the attachment download finished successfully without errors.
Details String Provides detailed information about the download operation, such as progress notes, warnings, or error messages.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434