
Spreadsheets SFTP
tap-spreadsheets-sftp (matatika variant)
Sync spreadsheets data from an SFTP server
Enable BATCH mode for large syncs (optional)
Instead of one record message per row, the tap can buffer rows and write them to Arrow IPC files, then emit batch messages that reference them - a compatible target loads these files directly instead of processing records one at a time. Set Batch Format, Batch Root Directory and Batch Size to enable it.
Caveats: arrow is the only batch encoding this tap supports; only a target that advertises the batch capability processes batch messages, so leave these settings unset for any other target. Enabling BATCH mode does not otherwise change the schema seen downstream - add "arrow_native_timestamps": false to a table entry in Tables to keep its date-time columns as strings instead of native Arrow timestamps (the default), for a table with non-ISO-8601 date formatting.
Settings
Tables
A setting in Spreadsheets Anywhere that allows users to select which tables they want to connect to and use in their application.
Batch Format
Format of the batch files. This tap only supports Arrow.
Batch Size
Number of rows per BATCH message file. Defaults to 100,000 if not specified.
Spreadsheets SFTP connector is available on Meltano. It is built, maintained, supported, and tested by Meltano.