Minus
Minus activity gives the difference between the two datasets. It gives the result of data that is in the first dataset and not in the second dataset. Two data sets must be in the same pattern in order to get the correct result. In other words, both datasets must have the same columns. It works by providing control in the second data set for all data included in the first dataset.
| *Dataset name | Reference name of dataset which will be used for operations. |
| * Dataset name 2 | Reference name of the 2nd dataset selected for processing. |
| *New dataset name | Reference name of dataset which will be created. |
Note: * Fields selected with are required, others are optional.
Dataset name example
You can use the Dataset name as shown in the example.
${newDS}
Dataset name 2 example
You can use the Dataset name 2 as shown in the example.
newDS2
New dataset name example
You can use the New dataset name as shown in the example.
minusDS