Arsalan Shah
1 decade ago
Allow admins to generate a users list in csv format.
6.0
Michael Zülsdorff
Replied 3 weeks ago
Currently, using a "k" doesn't cause any problems in Europe. I'm not so sure about the US, though.
Just give it a try.
MAURICE TAYLOR
Replied 3 weeks ago
Point of information about core team email address in the Github file code. Is there support to be a k in the email address?
"<?php
/**
Erassus ︎ ︎
Replied 4 years ago
Michael, when i opened the .csv file i expect the emoji itself, but shows the string, so i think is how the emoji is translated to a text in the csv?
Also i found another issue, i have this user with this name:

in the csv file:

𝒥𝒶𝑒-𝑀𝒾𝓃 𝒲𝑜𝓁𝒻𝑔𝒶𝓃𝑔
Michael Zülsdorff
Replied 4 years ago
Hugo,
perhaps you can tell us your idea?
I mean: Which way do you expect/want a member named '😀😀😀' to appear on your export list?
Erassus ︎ ︎
Replied 4 years ago
Thanks for the update Arsalan, i was having trouble with unicode characters too, and nows exports fine.
Another question, i have users with emoji characters in the names, those are exported with strings like:
& # x 1 f 3 1 f = 🌟
Edit: i added spaces to make the example.
etc. There's no way to handle that?
Arsalan Shah
Replied 4 years ago
Fixed in 6.0
Erassus ︎ ︎
Replied 4 years ago
Site crash when i try to use.

Using php 8.1+
Premium OSSN.
I used that in the past without problems, when using old php version.
Ravi kishore
Replied 5 years ago
Hello. I have added 2 custom fields company,title using custom fields component. Iam trying to generate csv but Iam not getting those 2 fields . $paramstoexport = array("firstname", "lastname", "email", 'mobilelogin','company',title'). Is this correct?
Arsalan Shah
Replied 5 years ago
https://github.com/lianglee/UserCSV/blob/master/actions/generate.php#L12
$params_to_export = array("first_name", "last_name", "email", 'birthdate', 'mobilelogin');
Martin Korn
Replied 5 years ago
how do I have to change this component to export the birthdays and mobile phone numbers