I have a schedular which runs every hour to fetch data from some rest end point and store it into the my application's database table.
But after each call the data is just getting duplicates in the database.
So, I want to know that is there any way to find delta (difference) in the REST api data and in the Database table data ?
So that I can check for those differences and store those data only into the database table.