I have an external facing file that needs to be downloaded into Google Sheets on an ongoing basis. The file is on a non-Google client server. I want to be able to have this process trigger once per hour -
Downloads csv file from url
File gets parsed into existing Google Sheet
The file each time replaces everything in the google sheet except for the headers.
There are 2000 lines of data in about 12 columns.
The Google Sheet shared URL cannot change.