Skip to content

Commit 1845a0c

Browse files
authored
Update data-flow-flatten.md
1 parent 68eab27 commit 1845a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The flatten transformation contains the following configuration settings
3232

3333
Select an array to unroll. The output data will have one row per item in each array. If the unroll by array in the input row is null or empty, there will be one output row with unrolled values as null. You have the option to unroll more than one array per Flatten transformation. Click on the plus (+) button to include multiple arrays in a single Flatten transformation. You can use ADF data flow meta functions here including ```name``` and ```type``` and use pattern matching to unroll arrays that match those criteria. When including multiple arrays in a single Flatten transformation, your results will be a cartesian product of all of the possible array values.
3434

35-
:::image type="content" source="media/data-flow/flatten-new-002.png" alt-text="Flatten settings":::
35+
:::image type="content" source="media/data-flow/flatten-new-002.png" alt-text="Flatten results":::
3636

3737
### Unroll root
3838

0 commit comments

Comments
 (0)