Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
332 stars 131 forks source link

adm_members table export to .csv #1672

Open niko-todorov opened 4 months ago

niko-todorov commented 4 months ago

Admidio backs up the whole DB schema in a db_backup.{date}.{id}.sql.gz file, where all SQL transactions are present to sequentially recreate the whole schema.

Here is a simple use-case. Would be super useful if only the latest committed state of the adm_members table could be exported in .csv.

Let me know if this is doable (or already done).

Thanks in advance! Niko Grisel Todorov ntodorov@baces.org

Rvice commented 3 months ago

The "Category Report" can do most of the export. It would depend on what usage you're looking for from the resulting .csv

Fasse commented 1 month ago

A special export for the latest adm_members entries is not useful. You can export groups through the lists.

Could you explain your use case more detailled. Maybe you need another feature.