User Upload CSV flexibility
When we try to mass update users, all information need to be included. There should be flexibility to update only certain columns.
The logic could be:
If not all columns are included: update users by key columns (username) + any columns
If all columns included: update + upload new users
-
Jimmy Li commented
This could be a workaround, but searching through the whole user list and look up the few attributes we want to change is very time-consuming. Plus human error is bound to happen when we try mass-update using this method.
-
AdminOlga Rabtsevich (Admin, Corevist) commented
Hello Jimmy,
Maybe the possible solution here is to download the actual user list, delete the values in 'Last log in date' and 'Creation date' columns, change the data you need to change and upload the file back. Will this work for you?
Regards,
Olga