Give us feedback
data-comparison
Web icon

Data Comparison

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 21 May 2020 by 
Bryco
5.0
 (6 ratings)
data-comparison

Data Comparison

Details
This component allows you to perform quick and efficient comparison of two data sets. Each data set is defined as a Dictionary
Read more

This component is particularly useful when performing data replication between two data stores. The "Compare" action accepts both data sets and currently returns 3 Key/Value lists:

  • A intersect B - "keys exist in both data sets but their values differ" (records to update)
  • A intersect not B - "keys exist in A but not in B" (records to create*)
  • B intersect not A - "keys exist in B but not in A" (records to delete*)


*assumes data set A is your system of record


Demo coming soon!

Release notes (1.0.0)
Reviews (0)
Team