Skip to content

Commit 67f3fac

Browse files
authored
Update data-flow-exists.md
1 parent ab95af6 commit 67f3fac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/data-factory/data-flow-exists.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/07/2020
1111
---
1212

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

1717
The exists transformation is a row filtering transformation that checks whether your data exists in another source or stream. The output stream includes all rows in the left stream that either exist or don't exist in the right stream. The exists transformation is similar to ```SQL WHERE EXISTS``` and ```SQL WHERE NOT EXISTS```.
1818

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

2123
1. Choose which data stream you're checking for existence in the **Right stream** dropdown.

0 commit comments

Comments
 (0)