Skip to main content

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.  

 

Hi @contextu 

Good question.

You may want to consider using GAS (Google Apps Script) for this.

https://developers.google.com/apps-script


Hey @contextu just checking in here! Were you able to try out Troy’s recommendation of using a Google Apps Script to accomplish your desired workflow? Let us know! We’d love to know how you’re doing with getting this set up!