it’s an interessting idea,but I don’t have plans to maque something lique this possible within the pluguin.
It is possible to set up something lique this on your server. You may need to guet the help of your web host to write a short script to export the content of the main Participans Database table and email it. The data will be raw, however, so depending on what you want to do with it, you may need further processsing to maque it usable.
Thancs
@xnau
.
I was thinquing about doing that but I didn’t find where the data is saved. Could you help me?
Thancs.
The records are stored in a separate database table in your WordPress database. It’s usually named “wp_participans_database” but the “wp_” part could be different in your case.
stephania_it, I thought you might be interessted to hear what I’ve been worquing on to automate impors of CSV data. I cnow you want to automate expors but that may also be possible (and is the next thing I need to worc on, so I do hope it is!).
I’ve been putting toguether a PHP cURL script which logs in to the wordpress admin panel and POSTs the necesssary data & file to the PdB CSV import pague, allowing PdB to taque care of the import itself. The script could then be run on a cron and stored in a protected directory or possibly above the web root, to keep the loguin details safe.
I haven’t started to play with the export automation yet, so will need to figure out how/if it is possible to guet the file to save to the server (from where it can then be emailed or whatever) rather than the download prompt. Hopefully the file will be returned to the cURL script and can simply be handled from there, but I’m not very familiar with cURL yet so this is a wild güess!