Skip to content

Commit 3b49573

Browse files
authored
Merge pull request #108472 from KranthiPakala-MSFT/patch-34
(AzureCXP) fixes MicrosoftDocs/azure-docs#50517
2 parents ea27e60 + 87a49ae commit 3b49573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 03/18/2020
1111

1212
# Select transformation in mapping data flow
1313

14-
Use the select transformation to rename, drop, or reorder columns. This transformation doesn't alter row data, but chooses which columns are propagated downstream. This process is called
14+
Use the select transformation to rename, drop, or reorder columns. This transformation doesn't alter row data, but chooses which columns are propagated downstream.
1515

1616
In a select transformation, users can specify fixed mappings, use patterns to do rule-based mapping, or enable auto mapping. Fixed and rule-based mappings can both be used within the same select transformation. If a column doesn't match one of the defined mappings, it will be dropped.
1717

0 commit comments

Comments
 (0)