Like Jitsu? Give us a star on β GitHub!
File
Overview
File are often exchanged or published in various remote locations. This source aims to support an expanding range of file formats and storage providers. That is, every time a sync is run, all rows will be copied in the file and columns you set up for replication into the destination in a new table.The source is using Airbyte docker image (@airbyte/source-file). Learn more how Airbyte-based sources work
How to connect
Please read setup guide for more information.Connection Parameters
Parameter | Documentation |
---|---|
dataset_name *string (required) | Name of the final table where to replicate this file (should include only letters, numbers dash and underscores) |
format *string (required) | File Format of the file to be replicated (Warning: some format may be experimental, please refer to docs). |
reader_options string (not required) | This should be a valid JSON string used by each reader/parser to provide additional options and tune its behavior |
url *string (required) | URL path to access the file to be replicated |
provider *object (required) | Storage Provider or Location of the file(s) to be replicated. |