Export Plone member data as CSV file
Project description
Overview
A very common request of customers is to give them a listing of registered users in theirs portals and sites. Althought, as PlonePAS allows us to deploy different user and properties sources, even the most simple case – Plone factory settings – is not covered when we need to export user data.
This package aims to solve, at least, the simple use cases, allowing portal managers to export member data (except password) on a CSV format.
Installation
To use this package, on a buildout based installation:
Unpack sc.base.memberdataexport package to src/ folder of your buildout
Edit your buildout.cfg and add the following information:
[buildout] ... eggs = sc.base.memberdataexport [instance] zcml = ... sc.base.memberdataexportThe last line tells buildout to generate a zcml snippet that tells Zope to configure sc.base.memberdataexport.
If another package depends on the sc.base.memberdataexport egg or includes its zcml directly you do not need to specify anything in the buildout configuration: buildout will detect this automatically.
After updating the configuration you need to run the ‘’bin/buildout’’, which will take care of updating your system.
Go to the ‘Site Setup’ page in the Plone interface and click on the ‘Add/Remove Products’ link.
Choose the product (check its checkbox) and click the ‘Install’ button.
Uninstall – This can be done from the same management screen, but only if you installed it from the quick installer.
Note: You may have to empty your browser cache to see the effects of the product installation.
Tested with
Plone >= 3.1.x (http://plone.org/products/plone)
Credits
Erico Andrei (erico at simplesconsultoria dot com dot br) - Coding
Simples Consultoria (products at simplesconsultoria dot com dot br) - Packaging
Changelog
0.5 (2009-03-29)
Uses a control panel to configure the most common settings [erico_andrei]
Tested only with Plone factory settings (ZODB user source) [erico_andrei]
Initial release [erico_andrei]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for sc.base.memberdataexport-0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ddab2da5fe14636fe10992ac20834bc8edd50675b2cd886de7762c37cfeb079 |
|
MD5 | e6a09e2a89145e8670000e5d913d0f3c |
|
BLAKE2b-256 | b783b454383db67aa29690512773f8c29f66c81a36d7123a8d6795b0f6ac2624 |
Hashes for sc.base.memberdataexport-0.5-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20631869f1ef64fcc1a1ffaa9a31fec2facf1551ea5230f5140ee4657f72237e |
|
MD5 | db187ec22eb49151f0773013f855d896 |
|
BLAKE2b-256 | e8ec8e78b2502cdf191944c33468646c018cd6532ad3ae2f97b3a10e316011c7 |