Export all users columns
interX - October 22, 2009 - 15:42
| Project: | Profile CSV |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Here's a patch with some changes I needed recently (against D6-dev only).
The most important one to select any column in the users table, based on it's schema.
Changes were made quickly, still need to be tested and may require some improvements.
Still, maybe someone might find it usefull :)
| Attachment | Size |
|---|---|
| profile_csv-D6.patch | 11.43 KB |
| profile_csv.module.zip | 2.91 KB |

#1
If someone tests this and confirms it is working and does not break backward compatibility, then I will commit it.
#2
I would like to see this committed, but also with a date formatter for the timestamp fields.
#3
$ patch -p0 --dry-run < profile_csv-D6.patchpatching file profile_csv.module
Hunk #1 succeeded at 1 with fuzz 2.
Hunk #9 FAILED at 153.
Hunk #10 FAILED at 167.
Hunk #11 succeeded at 206 (offset 1 line).
Hunk #12 succeeded at 262 (offset 1 line).
Hunk #13 succeeded at 276 (offset 1 line).
Hunk #14 succeeded at 286 (offset 1 line).
2 out of 14 hunks FAILED -- saving rejects to file profile_csv.module.rej
The patch fails against the current version of the module.
Also, can this patch be simplified as much as possible?
#4
I like this feature because it answers a lot of needs at once.
Marking as needs work though.
#5
I tidied this up and committed it.
Thanks.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.