Is it possible to schedule an automatic import of a csv file

We have a csv file that will drop in a directory folder on Google Drive daily let's say at 6:00am. We'd like to schedule AppSheet to import the csv file and post the data to a specific table. Can this be done?

 

Based on what I'm reading it appears to only be possible to import into a view meaning the user would have to manually do this each day?

 

Thanks everyone

0 6 333
6 REPLIES 6

Import CSV is limited to a manual user action since the user needs to find the file on it's file explorer of choice to upload the data.

If you need to import data perdiocally, I'd start thinking about other methods

Got the same problem...
What could be the others methods ?

google apps script can be a good method if you are using google suit (gmail, drive,...)

Could you kindly explain to me how?

Bigquery can watch GCP Buckets and automatically append to specific tables that can be shared with Appsheet.   There is an Appsheet API that could be used to ingest content using JSon format.  A scheduled process will need to be used to run.  Using Appscript , Appsheet can be used as a scheduled to periodically run CRUD actions. 

Thanks so much for clarifying

Top Labels in this Space