Drupal Modules

ratings

Ratings

AttributeAverage
Features4.5 / 5
Reliability5 / 5
Ease Of Use4 / 5
Documentation2.5 / 5
Vote Count2
averages
module overview

Module Overview

Drupal.org Excerpt:

This is a profile module export user and profile data to a Comma Separated Values file (CSV). The fields to be exported are configurable. Only users with "administer users" are allowed to download the CSV. This is useful if you want to feed the data to other systems such as membership system, event registration,... [More...]

Details:

Maintainer:wafaa
Links:
Categories:Import and export
downloads

Downloads

VersionDateFilesRelease notes
6.x-1.12010-Sep-13DownloadRecommended
5.x-1.02008-Mar-31DownloadRecommended
6.x-1.x-dev2011-Feb-25DownloadDevelopment
5.x-1.x-dev2011-Feb-25DownloadDevelopment
Total Downloads: 505 "Development" releases should be considered in beta.

reviews

Reviews

Options: Add a review

rating

The Drupal 6 version is just fine

You just have to enable the core module "profile" (which creates the table profile_fields) and everything works as expected. So, all that's missing is a dependency check to the "profile" module. Ok, profile_csv may be used to export just user data, but it is intended to export profile data.

rating

Does what it says - but needs an install file

I was able to get this module to work, once I figured out that it was missing an install file (Drupal 6). I had to reverse-engineer the database table to go with it.

Once I created that, it works well. There is an administer form where you can specify which fields of user data to export, once you've done that, it creates a simple menu link to export the data.

Here is the code I ran for the missing table:

CREATE TABLE `profile_fields` (
`fid` INT( 9 ) NOT NULL ,
`title` VARCHAR( 100 ) NOT NULL ,
`name` VARCHAR( 200 ) NOT NULL ,
`category` VARCHAR( 200 ) NOT NULL ,
`weight` INT( 10 ) NOT NULL DEFAULT '0',
PRIMARY KEY ( `fid` )
)

I didn't check the Drupal 5 version to see if the table was defined there. It probably is.

Twitter


Sponsored By


iO1 Drupal Consultants

Top Drupal Books

  1. Using Drupal (O'Reilly)
  2. Definitive Guide to D7
  3. Beginning Drupal 7
  4. Drupal For Dummies
  5. Pro Drupal Development 7
Module Finder New Modules RSS Feeds