Importing automatically from a saved file?
-
This is less of an issue and more of an idea to add some awesome functionality. To start let me just tell you what I am using it for and what I need to accomplish. Basically I have a google docs spreadsheet setup that some co-workers periodically update, I then take this sheet and export it as CSV, upload it and everything is great.
I want to automate my need to upload it every time they change something. I am thinking the best way to accomplish this is setup Google docs to automatically backup the spreadsheet CSV on my server, and from there setup PDB (cron job?) to automatically import the backed up file. I would imagine some modification to the upload_csv.php file or the CSV related files in the “classes” folder. Can anyone out there help point me in the right direction to accomplish this?
- The topic ‘Importing automatically from a saved file?’ is closed to new replies.