Skip to content

Commit f69098c

Browse files
authored
Update data-flow-conditional-split.md
1 parent 67f3fac commit f69098c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/data-factory/data-flow-conditional-split.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: daperlov
77
ms.service: data-factory
88
ms.topic: conceptual
99
ms.custom: seo-lt-2019
10-
ms.date: 10/16/2019
10+
ms.date: 05/21/2020
1111
---
1212

1313
# Conditional split transformation in mapping data flow
@@ -16,6 +16,8 @@ ms.date: 10/16/2019
1616

1717
The conditional split transformation routes data rows to different streams based on matching conditions. The conditional split transformation is similar to a CASE decision structure in a programming language. The transformation evaluates expressions, and based on the results, directs the data row to the specified stream.
1818

19+
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE4wKCX]
20+
1921
## Configuration
2022

2123
The **Split on** setting determines whether the row of data flows to the first matching stream or every stream it matches to.

0 commit comments

Comments
 (0)