Skip to content

Commit 68d5e4f

Browse files
Merge pull request #299171 from whhender/patch-331923
Clarifying file-copy details
2 parents fb433c6 + b0e1404 commit 68d5e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/copy-activity-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ See [Schema and data type mapping](copy-activity-schema-and-type-mapping.md) for
198198

199199
In addition to copying data from source data store to sink, you can also configure to add additional data columns to copy along to sink. For example:
200200

201-
- When you copy from a file-based source, store the relative file path as an additional column to trace from which file the data comes from.
201+
- When you copy from a [file-based source](#supported-file-formats), store the relative file path as an additional column of type String to trace from which file the data comes from.
202202
- Duplicate the specified source column as another column.
203203
- Add a column with ADF expression, to attach ADF system variables like pipeline name/pipeline ID, or store other dynamic value from upstream activity's output.
204204
- Add a column with static value to meet your downstream consumption need.

0 commit comments

Comments
 (0)