Skip to content

Commit b0a9023

Browse files
authored
Merge pull request #176721 from jonburchel/patch-15
Improvements to drive up clickthrough rate performance
2 parents 0a14d42 + 83af130 commit b0a9023

File tree

1 file changed

+30
-1
lines changed

1 file changed

+30
-1
lines changed

articles/data-factory/format-delimited-text.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,21 @@ ms.author: jianleishen
1717

1818
Follow this article when you want to **parse the delimited text files or write the data into delimited text format**.
1919

20-
Delimited text format is supported for the following connectors: [Amazon S3](connector-amazon-simple-storage-service.md), [Amazon S3 Compatible Storage](connector-amazon-s3-compatible-storage.md), [Azure Blob](connector-azure-blob-storage.md), [Azure Data Lake Storage Gen1](connector-azure-data-lake-store.md), [Azure Data Lake Storage Gen2](connector-azure-data-lake-storage.md), [Azure Files](connector-azure-file-storage.md), [File System](connector-file-system.md), [FTP](connector-ftp.md), [Google Cloud Storage](connector-google-cloud-storage.md), [HDFS](connector-hdfs.md), [HTTP](connector-http.md), [Oracle Cloud Storage](connector-oracle-cloud-storage.md) and [SFTP](connector-sftp.md).
20+
Delimited text format is supported for the following connectors:
21+
22+
- [Amazon S3](connector-amazon-simple-storage-service.md)
23+
- [Amazon S3 Compatible Storage](connector-amazon-s3-compatible-storage.md)
24+
- [Azure Blob](connector-azure-blob-storage.md)
25+
- [Azure Data Lake Storage Gen1](connector-azure-data-lake-store.md)
26+
- [Azure Data Lake Storage Gen2](connector-azure-data-lake-storage.md)
27+
- [Azure Files](connector-azure-file-storage.md)
28+
- [File System](connector-file-system.md)
29+
- [FTP](connector-ftp.md)
30+
- [Google Cloud Storage](connector-google-cloud-storage.md)
31+
- [HDFS](connector-hdfs.md)
32+
- [HTTP](connector-http.md)
33+
- [Oracle Cloud Storage](connector-oracle-cloud-storage.md)
34+
- [SFTP](connector-sftp.md)
2135

2236
## Dataset properties
2337

@@ -204,6 +218,21 @@ CSVSource sink(allowSchemaDrift: true,
204218
skipDuplicateMapOutputs: true) ~> CSVSink
205219
```
206220

221+
## Related connectors and formats
222+
223+
Here are some common connectors and formats related to the delimited text format:
224+
225+
- Azure Blob Storage (connector-azure-blob-storage.md)
226+
- Binary format (format-binary.md)
227+
- Dataverse(connector-dynamics-crm-office-365.md)
228+
- Delta format(format-delta.md)
229+
- Excel format(format-excel.md)
230+
- File System(connector-file-system.md)
231+
- FTP(connector-ftp.md)
232+
- HTTP(connector-http.md)
233+
- JSON format(format-json.md)
234+
- Parquet format(format-parquet.md)
235+
207236
## Next steps
208237

209238
- [Copy activity overview](copy-activity-overview.md)

0 commit comments

Comments
 (0)