WhiteHatBox
Share Page
Following(0)
Partner(s)
javierflti

(Question) Split line in few vars

ReplyThanks 2016/08/04 17:19:56 0 0

Hello, im trying to split a line separated with ";" in few vars, but i cant make it.

I have a txt file with this data:

username;email;password

username2;email2;password2

I read the file and store in a table with one column.

After this, i have the txt data in a table, this work fine.

I loop in the table, and try to use variable operate to split each the first line, and save in three string vars (username, email and password), but i cant make it (the test work fine)

The save to is only active for table vars.

I attach a picture

can you help me?

Thanks

Aprilcaicai
2016/08/04 23:42:01
The split string can only be saved into the same column of table, if you do not save it to a table, the split result will overwrite the previous string.
javierflti
2016/08/05 07:40:12
so its no possible save the split to fill a web form?
Aprilcaicai
2016/08/07 23:52:55
Save the split result to a table variable, take out each column from the table, and then you can fill the result in the web form now.

<< < 1> >>
VerifyCode
Advanced Option