I receive a number of emails to my Gmail account which contain CSV files with numerical data.
The CSV format is identical and they are sent using SendGrid on a daily basis.
I have to manually collate and process the CSV files in iPython and generate summary calculations.
Is there a simple google script I can deploy which will automatically save these CSV files to my Google Drive so I can run a batch script to process them at once?
I am relatively familiar with Python and scripting, but I can't seem to locate any basic tutorials on Google Scripts for this.
Thanks in advance.
I found this Retrieve csv attachment file from gmail and place the data in a google spreadsheet
and this Trigger Google Apps Script by email
but was hoping for an good and easy to follow tutorial.