Skip to content

Commit 4579bc1

Browse files
authored
M49637 fixing typos
Translator has reported possible source content issue. Description: Line 25: Extra bracket in image description Line 61: Missing Th in the
1 parent 2454ce2 commit 4579bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The pivot transformation requires three different inputs: group by columns, the
2222

2323
### Group by
2424

25-
![Group by options](media/data-flow/pivot2.png "[Group by options")
25+
![Group by options](media/data-flow/pivot2.png "Group by options")
2626

2727
Select which columns to aggregate the pivoted columns over. The output data will group all rows with the same group by values into one row. The aggregation done in the pivoted column will occur over each group.
2828

@@ -58,7 +58,7 @@ The below help graphic shows how the different pivot components interact with on
5858

5959
If no values are specified in the pivot key configuration, the pivoted columns will be dynamically generated at run time. The number of pivoted columns will equal the number of unique pivot key values multiplied by the number of pivot columns. As this can be a changing number, the UX will not display the column metadata in the **Inspect** tab and there will be no column propagation. To transformation these columns, use the [column pattern](concepts-data-flow-column-pattern.md) capabilities of mapping data flow.
6060

61-
If specific pivot key values are set, the pivoted columns will appear in the metadata.e column names will be available to you in the Inspect and Sink mapping.
61+
If specific pivot key values are set, the pivoted columns will appear in the metadata. The column names will be available to you in the Inspect and Sink mapping.
6262

6363
### Generate metadata from drifted columns
6464

0 commit comments

Comments
 (0)