Mass Assignment
EasySocial also allows user to mass assign points to a specific users on the site by uploading a list of user via a .csv file. The list of users in this file should be in the format as follows:
USER_ID, BADGE_ID, ACHIEVED_DATE, CUSTOM_MESSAGE, PUBLISH_STREAM
USER_ID
The user id that you would like to assign the badge to.BADGE_ID
Set the badge id.ACHIEVED_DATE(optional)
Set the achievement date for the users.
(Syntax: DD-MM-YYYY)CUSTOM_MESSAGE(optional)
Determines if there is any custom message assigned to the userPUBLISH_STREAM(optional)
Determines if the system should publish this on the stream.
(Syntax: 1 or 0)
Uploading CSV file
To upload, access the Mass Assignment menu from the sidebar and you will be presented with the screen below:
- Click on the browse button to locate your
.csvfile. - Hit the Upload CSV File button.
