Skip to content

Commit 94aabb3

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: makromer
66
ms.service: data-factory
77
ms.topic: conceptual
88
ms.custom: seo-lt-2019
9-
ms.date: 02/12/2019
9+
ms.date: 03/08/2020
1010
---
1111

1212
# Mapping data flow select transformation
@@ -51,5 +51,10 @@ When you choose rule-based mapping, you are instructing ADF to evaluate your mat
5151

5252
More details on pattern matching is available at the [Column Pattern documentation](concepts-data-flow-column-pattern.md).
5353

54+
### 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:
56+
57+
```name == $mycolumn```
58+
5459
## Next steps
5560
* After using Select to rename, reorder, and alias columns, use the [Sink transformation](data-flow-sink.md) to land your data into a data store.

0 commit comments

Comments
 (0)