Allow admins to generate a users list in csv format.
6.0
- Fixed UTF8 names issue
- Fixed php 8 problem
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:
𝒥𝒶𝑒-𝑀𝒾𝓃 𝒲𝑜𝓁𝒻𝑔𝒶𝓃𝑔
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?
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?
Fixed in 6.0
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.
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?
https://github.com/lianglee/UserCSV/blob/master/actions/generate.php#L12
$paramstoexport = array("firstname", "lastname", "email", 'birthdate', 'mobilelogin');
how do I have to change this component to export the birthdays and mobile phone numbers
its says its not a valid package. So i cant install it
Thank you, it works great.