I currently have a google form which appends responses to an Excel format file. I have also attached a script to it which parses the response and emails the results...
Building on that, how would I do the following additional steps:
- Keep the current behavior which appends responses to the default EXCEL spreadsheet format file.
- Convert the default EXCEL spreadsheet format file to a file called allresonses.txt (CSV format)
- Saves the current responses as mytest.txt (CSV format) and have this emailed as an attachment. (Currently I am able to only add them to an email using my script)
Any help would be appreciated Thank you