I'm looking for a way to automatically generate a csv file for a particular webform, save it somewhere locally (localhost), then move it off to another internal network. Some of my users want to have a csv file on the network that is automatically updated every few hours and do not want to have to login to the site and manually generate the file. I would rather not make the download results portion accessible to anyone.

any thoughts?
Thanks

Comments

quicksketch’s picture

Status: Active » Closed (won't fix)

This sounds like a highly custom solution. You'd need to write a module that did the operations on cron jobs intermittently. However support for writing such code is outside the scope of help provided in the Webform issue queue.