🟩 UpdateMatchResult
Update the result according to specified mergeSettings. The "Update/Overwrite" feature can be used to update or overwrite column values within matching groups.
public void UpdateMatchResult(DataTable matchResult, List<UpdateMatchResultSetting> updateSettings)
Parameters
Parameter | Type | Definition |
---|---|---|
matchResult | DataTable | Datatable with matching result. It should be same table that was returned by the MatchData function. |
updateSettings | List<UpdateMatchResultSetting> | Update settings for columns from match result |
Returns
void |
Updated over 3 years ago