Skip to content

Commit b2af8a7

Browse files
Merge pull request #245707 from jonburchel/2023-07-20-merge-public-prs
2023 07 20 merge public prs
2 parents 46b6dca + 83e7363 commit b2af8a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ When using data flows in Azure Synapse workspaces, you will have an additional o
4545

4646
## <a name="supported-sinks"></a> Supported sink types
4747

48-
Mapping data flow follows an extract, load, and transform (ELT) approach and works with *staging* datasets that are all in Azure. Currently, the following datasets can be used in a source transformation.
48+
Mapping data flow follows an extract, load, and transform (ELT) approach and works with *staging* datasets that are all in Azure. Currently, the following datasets can be used in a sink transformation.
4949

5050
| Connector | Format | Dataset/inline |
5151
| --------- | ------ | -------------- |

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ ms.date: 07/17/2023
1313

1414
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1515

16-
Use the stringify transformation to turn complex data types into strings. This can be very useful when you need to store or send column data as a single string entity that may originate as a structure, map, or array type.
16+
Use the stringify transformation to turn complex data types into strings. This can be useful when you need to store or send column data as a single string entity that may originate as a structure, map, or array type.
1717

1818
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RWMTs9]
1919
2020
## Configuration
2121

22-
In the stringify transformation configuration panel, you will first pick the type of data contained in the columns that you wish to parse inline. The parse transformation also contains the following configuration settings.
22+
In the stringify transformation configuration panel, you'll first pick the type of data contained in the columns that you wish to parse inline. The stringify transformation also contains the following configuration settings.
2323

2424
:::image type="content" source="media/data-flow/stringify.png" alt-text="Stringify settings":::
2525

2626
### Column
2727

28-
Similar to derived columns and aggregates, this is where you will either modify an exiting column by selecting it from the drop-down picker. Or you can type in the name of a new column here. ADF will store the stringifies source data in this column. In most cases, you will want to define a new column that stringifies the incoming complex field type.
28+
Similar to derived columns and aggregates, this is where you'll either modify an exiting column by selecting it from the drop-down picker. Or you can type in the name of a new column here. ADF will store the stringifies source data in this column. In most cases, you'll want to define a new column that stringifies the incoming complex field type.
2929

3030
### Expression
3131

0 commit comments

Comments
 (0)