We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
paillave
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: