Skip to content

Commit a3d10a4

Browse files
authored
Apply edits to resolve blocking issues from PR review
1 parent 1845a0c commit a3d10a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Use the flatten transformation to take array values inside hierarchical structur
2424
2525
## Configuration
2626

27-
The flatten transformation contains the following configuration settings
27+
The flatten transformation contains the following configuration settings.
2828

29-
:::image type="content" source="media/data-flow/flatten-new-001.png" alt-text="Flatten settings":::
29+
:::image type="content" source="media/data-flow/flatten-new-001.png" alt-text="Screenshot that shows flatten settings." lightbox="media/data-flow/flatten-new-001.png":::
3030

3131
### Unroll by
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 results":::
35+
:::image type="content" source="media/data-flow/flatten-new-002.png" alt-text="Screenshot that shows flatten results." lightbox="media/data-flow/flatten-new-002.png":::
3636

3737
### Unroll root
3838

@@ -60,7 +60,7 @@ Optional setting that tells the service to handle all subcolumns of a complex ob
6060

6161
### Hierarchy level
6262

63-
Choose the level of the hierarchy that you would like expand.
63+
Choose the level of the hierarchy that you would like to expand.
6464

6565
### Name matches (regex)
6666

0 commit comments

Comments
 (0)