Add only new data to an existing data table
I already have data scraped from the web in sheet1 of Google Spreadsheet, and I want to add only the new data that is not in the existing data table to sheet1 by scraping in daily job.
How can I solve this problem?
I am thinking of writing the scraped data to sheet2 in daily job and then write only the new sheet2 data to sheet1.