07-10-2018, 07:26 PM
I have json containing a list of users and all the required fields for creation including password. Is there a good way to add them to UserSpice all at once?
The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
Bulk Users Import via json
|
07-10-2018, 07:26 PM
I have json containing a list of users and all the required fields for creation including password. Is there a good way to add them to UserSpice all at once?
07-10-2018, 07:28 PM
07-10-2018, 08:53 PM
(07-10-2018, 07:28 PM)Brandin Wrote: I'd convert them to CSV then import: When importing the csv via phpmyadmin the imported users dont show up in the admin_users.php table.
07-10-2018, 09:05 PM
(07-10-2018, 08:53 PM)ebzjruiz Wrote:(07-10-2018, 07:28 PM)Brandin Wrote: I'd convert them to CSV then import: You want to make sure your column count matches and you're importing in the view of the users table, not just from the DB view. If that doesn't work, try converting CSV to SQL: https://sqlizer.io/
07-10-2018, 09:53 PM
(07-10-2018, 09:05 PM)Brandin Wrote:Same results, imported directly into users view in phpmyadmin and still not appearing.(07-10-2018, 08:53 PM)ebzjruiz Wrote:(07-10-2018, 07:28 PM)Brandin Wrote: I'd convert them to CSV then import:
07-10-2018, 09:55 PM
There are no errors? You used SQLIZER as well? If that didn't work, I don't know how else to guide you since this is a non-US related issue.
Brandin.
07-10-2018, 10:12 PM
07-11-2018, 12:02 AM
(This post was last modified: 07-11-2018, 12:37 AM by ebzjruiz.
Edit Reason: got it working
)
|