Hello,
on create an account, i would like to set the some field manually like email and password. Therefore i create a manual data with CSV:
Email, Password
[email protected],123456
[email protected],787878
now how can i parse this csv list ? can i parse them in a loop ?
Thanks ?
on create an account, i would like to set the some field manually like email and password. Therefore i create a manual data with CSV:
Email, Password
[email protected],123456
[email protected],787878
now how can i parse this csv list ? can i parse them in a loop ?
Thanks ?