Skip to content

Commit 61b2284

Browse files
committed
fixing issues
1 parent 379a571 commit 61b2284

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28467,7 +28467,7 @@
2846728467
},
2846828468
{
2846928469
"source_path": "articles/data-factory/concepts-data-flow-json.md",
28470-
"redirect_url": "/azure/data-factory/format-json.md",
28470+
"redirect_url": "/azure/data-factory/format-json",
2847128471
"redirect_document_id": true
2847228472
},
2847328473
{

articles/data-factory/data-flow-derived-column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The columns you're modifying and adding to your schema are listed in the Output
2929

3030
![Add subcolumn](media/data-flow/addsubcolumn.png "Add Subcolumn")
3131

32-
For more information on handling complex types in data flow, see [JSON handling in mapping data flow](format-json.md#mapping-data-flow-properties)
32+
For more information on handling complex types in data flow, see [JSON handling in mapping data flow](format-json.md#mapping-data-flow-properties).
3333

3434
![Add complex column](media/data-flow/complexcolumn.png "Add columns")
3535

articles/data-factory/format-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Copy activity can automatically detect and parse the following patterns of JSON
182182

183183
JSON file types can be used as both a sink and a source in mapping data flow.
184184

185-
### Creating JSON structures in Derived Column
185+
### Creating JSON structures in a derived colum
186186

187187
You can add a complex column to your data flow via the derived column expression builder. In the derived column transformation, add a new column and open the expression builder by clicking on the blue box. To make a column complex, you can enter the JSON structure manually or use the UX to add subcolumns interactively.
188188

0 commit comments

Comments
 (0)