When users submit data, their email address and time stamp are stored. Rather than sending a unique csv for each submission event, import a master csv/text file that lists contains every submission event and append the current data when users submit data. Finally, send the master file back to DB and overwrite the original file.
When users submit data, their email address and time stamp are stored. Rather than sending a unique csv for each submission event, import a master csv/text file that lists contains every submission event and append the current data when users submit data. Finally, send the master file back to DB and overwrite the original file.