Skip to content

Commit d638ade

Browse files
authored
Merge pull request #181575 from jonburchel/patch-16
Update data-flow-transformation-overview.md
2 parents 180e1a2 + b6fa5a8 commit d638ade

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/data-factory/data-flow-transformation-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Below is a list of the transformations currently supported in mapping data flow.
3131
| [Join](data-flow-join.md) | Multiple inputs/outputs | Combine data from two sources or streams. |
3232
| [Lookup](data-flow-lookup.md) | Multiple inputs/outputs | Reference data from another source. |
3333
| [New branch](data-flow-new-branch.md) | Multiple inputs/outputs | Apply multiple sets of operations and transformations against the same data stream. |
34-
| [Parse](data-flow-new-branch.md) | Formatter | Parse text columns in your data stream that are strings of JSON, delimited text, or XML formatted text. |
34+
| [Parse](data-flow-parse.md) | Schema modifier | Parse text columns in your data stream that are strings of JSON, delimited text, or XML formatted text. |
3535
| [Pivot](data-flow-pivot.md) | Schema modifier | An aggregation where one or more grouping columns has its distinct row values transformed into individual columns. |
3636
| [Rank](data-flow-rank.md) | Schema modifier | Generate an ordered ranking based upon sort conditions |
3737
| [Select](data-flow-select.md) | Schema modifier | Alias columns and stream names, and drop or reorder columns |
@@ -43,4 +43,3 @@ Below is a list of the transformations currently supported in mapping data flow.
4343
| [Union](data-flow-union.md) | Multiple inputs/outputs | Combine multiple data streams vertically |
4444
| [Unpivot](data-flow-unpivot.md) | Schema modifier | Pivot columns into row values |
4545
| [Window](data-flow-window.md) | Schema modifier | Define window-based aggregations of columns in your data streams. |
46-
| [Parse](data-flow-parse.md) | Schema modifier | Parse column data to Json or delimited text |

0 commit comments

Comments
 (0)