lolilol44400 lol
unread,Mar 28, 2022, 12:13:14 PM3/28/22Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
I have a shared google spreadsheet shared with company users.
1) It is a template where they fill data and backup in their own drive as a csv file.(app script function set on a button in the spreadsheet)
2) After, they take the created file and upload it manually on a GCS bucket.
Later on, a scheduled job ingest this file into big query. I can't directly write it into big query as the cloud composer job have many rules to check if the data have a correct format before ingestion.
**TODO:**
To make the process simpler, i would like the user do step 2 automaticaly. when one user clic on a button it push the spreadsheet data directly in a new file in GCS storage .(app script function set on a button in the spreadsheet)
I don't know if it is even possible to do this. If it is possible, how i should do this ?