Skip to content

Commit 795d2d8

Browse files
authored
Merge pull request #103463 from djpmsft/docUpdates
moving json docs, adding parquet to wrangling
2 parents 847c031 + 9cbc085 commit 795d2d8

File tree

6 files changed

+151
-218
lines changed

6 files changed

+151
-218
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28465,6 +28465,11 @@
2846528465
"redirect_url": "/azure/data-factory/v1/data-factory-web-table-connector",
2846628466
"redirect_document_id": true
2846728467
},
28468+
{
28469+
"source_path": "articles/data-factory/concepts-data-flow-json.md",
28470+
"redirect_url": "/azure/data-factory/format-json",
28471+
"redirect_document_id": true
28472+
},
2846828473
{
2846928474
"source_path": "articles/data-lake-store/data-lake-store-authenticate-using-active-directory.md",
2847028475
"redirect_url": "/azure/data-lake-store/data-lake-store-service-to-service-authenticate-using-active-directory",

articles/data-factory/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@
164164
href: concepts-data-flow-overview.md
165165
- name: Debug mode
166166
href: concepts-data-flow-debug-mode.md
167-
- name: JSON handling
168-
href: concepts-data-flow-json.md
169167
- name: Schema drift
170168
href: concepts-data-flow-schema-drift.md
171169
- name: Column patterns

articles/data-factory/concepts-data-flow-json.md

Lines changed: 0 additions & 211 deletions
This file was deleted.

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](concepts-data-flow-json.md)
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

0 commit comments

Comments
 (0)