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
abc@gmail.com,123456
123@yahoo.com,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
abc@gmail.com,123456
123@yahoo.com,787878
now how can i parse this csv list ? can i parse them in a loop ?
Thanks ?