Configure Flat File External Source Settings
DataSync allows you to connect to local and remote CSV resources, including cloud storage providers and file servers. For each source type, you set the URI parameter to the CSV resource location, along with any required authentication properties.
Supported connection types
| Connection type | Description |
|---|---|
| Basic Authentication | Connect to local folders, HTTP/HTTPS streams, SharePoint, FTP/FTPS, or SFTP. |
| Amazon S3 | Connect to Amazon Simple Storage Service (S3) buckets and folders. |
| Azure Storage | Connect to Azure Blob Storage or Azure Data Lake Store (Gen1/Gen2). |
| Oracle Cloud Storage | Connect to Oracle Cloud Storage buckets and folders. |
| Wasabi | Connect to Wasabi cloud object storage. |
Basic Authentication
Local file (URI format)
| Property | Requirement |
|---|---|
| URI | Required — local folder path or file URI |
- Set
URIto the folder containing CSV files. - Combine multiple CSVs with the same schema:
URI=C:\folder; AggregateFiles=True;
- List each file as a separate table:
URI=C:\folder; AggregateFiles=False;