ADO.NET Provider for Airtable

Build 24.0.9175

SyncCSV

Syncs raw CSV data into a Sync API table.

Input

Name Type Required Accepts Input Streams Description
SyncTable String True False The name or ID of the sync table.
SyncId String True False The api sync id. Can be found in the setup flow when creating a new Sync API table, or from the synced table settings.
LocalPath String False False The absolute path of the CSV file to sync.
InputStream Binary False True An instance of an input stream where CSV data is read from. Only used if LocalPath is not set.
FileData String False False Base64 string representation of the CSV content. Only used if LocalPath and InputStream are not set.

Result Set Columns

Name Type Description
Success String Indicates whether or not the operation was successful.
Details String Any extra details on the operation's execution.

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