Skip to main content

SFTP JSON

This destination writes data to a directory on an SFTP server.

Each stream will be output into its own file. Each file will contain a collection of json objects which correspond directly with the data supplied by the source.

FeatureSupported
Full Refresh SyncYes
Incremental - Append SyncYes
NamespacesNo

This integration will be constrained by the connection speed to the SFTP server and speed at which that server accepts writes.

The destination_path can refer to any path that the associated account has write permissions to.

The filename should not have an extension in the configuration, as .jsonl will be added on by the connector.

If destination_path is set to /myfolder/files and filename is set to mydata, the resulting file will be /myfolder/files/mydata.jsonl.

These files can then be accessed by creating an SFTP connection to the server and navigating to the destination_path.

Expand to review
VersionDatePull RequestSubject
0.1.02022-11-244924🎉 New Destination: SFTP JSON