-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Advance and Basic Joiner Plugin features. Selected input scenarios for basic joins.
- Loading branch information
1 parent
5a8c415
commit ce2b19a
Showing
8 changed files
with
322 additions
and
2 deletions.
There are no files selected for viewing
264 changes: 264 additions & 0 deletions
264
core-plugins/src/e2e-test/features/joiner/JoinerWithFile.feature
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
core-plugins/src/e2e-test/resources/testdata/expected_outputs/CSV_JOINER_TEST6_Output.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
1,Douglas,1, Vista Montana,San Jose,CA,95134,408-777-3214,1,0.8 | ||
1,Douglas,1, Vista Montana,San Jose,CA,95134,408-777-3214,1,2.05 | ||
2,David,3, Baypointe Parkway,Houston,TX,78970,804-777-2341,2,1.5 | ||
2,David,3, Baypointe Parkway,Houston,TX,78970,804-777-2341,2,0.5 | ||
3,Hugh,5, Cool Way,Manhattan,NY,67263,708-234-2168,3,1.99 | ||
4,Walter,3828, Piermont Dr,Orlando,FL,73498,201-734-7315,, | ||
5,Frank,1609 Far St.,San Diego,CA,29770,201-506-8756,5,0.5 | ||
6,Serena,123 Far St.,Las Vegas,Nv,45334,888-605-3479,, |
6 changes: 6 additions & 0 deletions
6
core-plugins/src/e2e-test/resources/testdata/expected_outputs/CSV_JOINER_TEST7_Output.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1,Douglas,1, Vista Montana,San Jose,CA,95134,408-777-3214,1 | ||
1,Douglas,1, Vista Montana,San Jose,CA,95134,408-777-3214,1 | ||
2,David,3, Baypointe Parkway,Houston,TX,78970,804-777-2341,2 | ||
2,David,3, Baypointe Parkway,Houston,TX,78970,804-777-2341,2 | ||
3,Hugh,5, Cool Way,Manhattan,NY,67263,708-234-2168,3 | ||
5,Frank,1609 Far St.,San Diego,CA,29770,201-506-8756,5 |
6 changes: 6 additions & 0 deletions
6
core-plugins/src/e2e-test/resources/testdata/expected_outputs/CSV_JOINER_TEST8_Output.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
1,Douglas,1, Vista Montana,San Jose,95134,408-777-3214,1 | ||
1,Douglas,1, Vista Montana,San Jose,95134,408-777-3214,1 | ||
2,David,3, Baypointe Parkway,Houston,78970,804-777-2341,2 | ||
2,David,3, Baypointe Parkway,Houston,78970,804-777-2341,2 | ||
3,Hugh,5, Cool Way,Manhattan,67263,708-234-2168,3 | ||
5,Frank,1609 Far St.,San Diego,29770,201-506-8756,5 |