Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to compare two streams? #448

Open
paillave opened this issue Jun 12, 2023 Discussed in #446 · 0 comments
Open

How to compare two streams? #448

paillave opened this issue Jun 12, 2023 Discussed in #446 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@paillave
Copy link
Owner

Discussed in #446

Originally posted by jignesh-dalal June 9, 2023
Input Stream 1:
ID,Name
1,Danny
2,Fred
3,Sam

Input Stream 2:
ID,name
1,Danny
3,Pamela
4,Fernando

Output:
ID,name,Status
1,Danny,Unchanged
2,Fred,Deleted
3,Pamela,Changed
4,Fernando,New

Can this be achieved using Etl.Net?

@paillave paillave added the enhancement New feature or request label Jun 12, 2023
@paillave paillave self-assigned this Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant