Read and Process CSV

veeco

Client
Регистрация
27.05.2011
Сообщения
112
Благодарностей
1
Баллы
18
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 ?
 

Hungry Bulldozer

Moderator
Регистрация
12.01.2011
Сообщения
3 441
Благодарностей
831
Баллы
113
You can get line into a variable and then do "To list" via "Word processing". There you can specify separator. Oк you can go with a table by reading data from table and put cells to variables.
 

veeco

Client
Регистрация
27.05.2011
Сообщения
112
Благодарностей
1
Баллы
18

rostonix

Известная личность
Регистрация
23.12.2011
Сообщения
29 067
Благодарностей
5 707
Баллы
113

zxcvbn

Новичок
Регистрация
17.07.2012
Сообщения
76
Благодарностей
1
Баллы
0
Another way could be to take delimited txt file as input and read one line. Put that line in a table and use table processing to read it column wise.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)