Skip to content

Commit 4dd5ee8

Browse files
authored
Update data-flow-select.md
1 parent 94aabb3 commit 4dd5ee8

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
@@ -52,7 +52,7 @@ When you choose rule-based mapping, you are instructing ADF to evaluate your mat
5252
More details on pattern matching is available at the [Column Pattern documentation](concepts-data-flow-column-pattern.md).
5353

5454
### Use rule-based mapping to parameterize the Select transformation
55-
You can parameterize field maping in the Select transformation by using rule-based mapping. Use the keyword ```name``` to check the incoming column names against a parameter. For example, if you have a data flow parameter called ```mycolumn``` you can create a single Select transformation rule that always maps whatever column name you set ```mycolumn``` to a field name this way:
55+
You can parameterize field mapping in the Select transformation by using rule-based mapping. Use the keyword ```name``` to check the incoming column names against a parameter. For example, if you have a data flow parameter called ```mycolumn``` you can create a single Select transformation rule that always maps whatever column name you set ```mycolumn``` to a field name this way:
5656

5757
```name == $mycolumn```
5858

0 commit comments

Comments
 (0)