-
Notifications
You must be signed in to change notification settings - Fork 82
data diff
Icon |
|
---|---|
Use When |
A set of model based data needs compared to another set of model based data in order to generate insert/update/delete instructions for a writer component |
Samples |
|
Description |
The Model Data Diff component compares two sets of model based data in order to generate insert/update/delete instructions for a writer component in order to get the model based data sets to match. |
Inbound Message Type |
Model Based Message |
Output Message Type |
Model Based Message |
Name | Description |
---|---|
Source of Old Version |
The source component that is sending data to the data diff component that represents the old or prior data for the compare |
Source of New Version |
The source component that is sending data to the data diff component that represents the new or current data for the compare |
In Memory Compare |
Whether the compare should be done in memory or on disk. If checked, the compare will be done completely in memory |