11/14/2018 at 9:27 am
#477037
Keymaster
@ Matthew
There is no a built in method to auto export daily. YOu could look at the csvExportAll() and csvBatchExport() methods in the class.actions.php file found in this folder:
../plugins/connections/includes/admin/
You would need to create a WP CRON (perhaps triggered by a real CRON). You would also have to create some sort of feedback loop because the export happens in batches. In the web browser this is done with JS. There is a library, called Action Scheduler (I think) that would be useful in creating such a process. I would expect it would take a couple/few days to code something out.
Not sure this helps, but I hope it does!
