Skip to content

Commit 83e7363

Browse files
Acrolinx score
1 parent 582965a commit 83e7363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 stringify 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)