You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to create multiple users in easy way so I added function that creates multiple users by username in a csv file.
If you have csv files with user names like John,ken,karen and import it that calls function I made that works like calling main.js/createUser(username) with each name in csv file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I wanted to create multiple users in easy way so I added function that creates multiple users by username in a csv file.
If you have csv files with user names like
John,ken,karen
and import it that calls function I made that works like calling main.js/createUser(username) with each name in csv file.sample.csv
create.users.from.csv.mov
Beta Was this translation helpful? Give feedback.
All reactions