Info | ||||
---|---|---|---|---|
| ||||
Combine data from 2 sources into 1 set of data. For each record in each data set, you get one record. |
Info | ||||
---|---|---|---|---|
| ||||
You have a set of customers stored in one system. You have a set of customers in another system. There are no overlaps. You want all your customers in one list. |
The below screenshots shows how you can combine 2 data sets to create a single data set containing all records from both. (i.e. the equivalent of a union in SQL). The To do this have the 2 calculate streams pipe into a single merge stream. The same principal applies if you are also combining more than 2 streams.
...